#31A3B2

Color #31A3B2 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #31A3B2

Tints of Pelorous #31A3B2

Color information

#31A3B2 (or 0x31A3B2) is unknown color: approx Pelorous. HEX triplet: 31, A3 and B2. RGB value is (49,163,178). Sum of RGB (Red+Green+Blue) = 49+163+178=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #31A3B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A3B2 is #CE5C4D. Grayscale: #828282. Windows color (decimal): -13524046 or 11707185. OLE color: 11707185.

HSL color Cylindrical-coordinate representation of color #31A3B2: hue angle of 186.98º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31A3B2 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB49163178-
CMYK0.720.0800.30
HSL186.98º56.83%44.51%-
HSV(B)186.98º72.47%69.8%-
XYZ22.430.0646.74-
YUV130.62154.7369.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 12.56%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 178 (69.92% from 255) = 45.64%
R=12.56%
G=41.79%
B=45.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491631780.720.0800.30186.9856.8344.51
Hex31A3B248801Ebb392d
Octal61243262110100362737155
Binary11000110100011101100101001000100001111010111011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A3B2; }

 p { color: rgb(49,163,178); }

 H1.HeaderClassName
 {
   color: #31A3B2;
 }
 .AnyTagClassName
 {
   color: #31A3B2;
 }
</style>
background-color css

<style>
 a { background-color: #31A3B2; }

 a { background-color: rgb(49,163,178); }

 div.DivClassName
 {
   background-color: #31A3B2;
 }
 .BgClassName
 {
   background-color: #31A3B2;
 }
</style>
border-color css

<style>
 span { border-color: #31A3B2; }

 span { border-color: rgb(49,163,178); }

 td.TdClassName
 {
   border-color: #31A3B2;
 }
 .TagClassName
 {
   border-color: #31A3B2;
 }
</style>