#31898B

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

Shades of Blue Chill #31898B

Tints of Blue Chill #31898B

Color information

#31898B (or 0x31898B) is unknown color: approx Blue Chill. HEX triplet: 31, 89 and 8B. RGB value is (49,137,139). Sum of RGB (Red+Green+Blue) = 49+137+139=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #31898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31898B is #CE7674. Grayscale: #6E6E6E. Windows color (decimal): -13530741 or 9144625. OLE color: 9144625.

HSL color Cylindrical-coordinate representation of color #31898B: hue angle of 181.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31898B is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49137139-
CMYK0.650.0100.45
HSL181.33º47.87%36.86%-
HSV(B)181.33º64.75%54.51%-
XYZ14.8720.4127.58-
YUV110.92143.8583.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=15.08%
G=42.15%
B=42.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491371390.650.0100.45181.3347.8736.86
Hex31898B41102Db53025
Octal6121121310110552656045
Binary110001100010011000101110000011010110110110101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31898B; }

 p { color: rgb(49,137,139); }

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

<style>
 a { background-color: #31898B; }

 a { background-color: rgb(49,137,139); }

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

<style>
 span { border-color: #31898B; }

 span { border-color: rgb(49,137,139); }

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