#31868E

Color #31868E Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #31868E

Tints of Blue Chill #31868E

Color information

#31868E (or 0x31868E) is unknown color: approx Blue Chill. HEX triplet: 31, 86 and 8E. RGB value is (49,134,142). Sum of RGB (Red+Green+Blue) = 49+134+142=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #31868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31868E is #CE7971. Grayscale: #6D6D6D. Windows color (decimal): -13531506 or 9340465. OLE color: 9340465.

HSL color Cylindrical-coordinate representation of color #31868E: hue angle of 185.16º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31868E is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49134142-
CMYK0.650.0600.44
HSL185.16º48.69%37.45%-
HSV(B)185.16º65.49%55.69%-
XYZ14.6719.6628.61-
YUV109.5146.3484.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=15.08%
G=41.23%
B=43.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491341420.650.0600.44185.1648.6937.45
Hex31868E41602Cb93125
Octal6120621610160542716145
Binary11000110000110100011101000001110010110010111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31868E; }

 p { color: rgb(49,134,142); }

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

<style>
 a { background-color: #31868E; }

 a { background-color: rgb(49,134,142); }

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

<style>
 span { border-color: #31868E; }

 span { border-color: rgb(49,134,142); }

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