#318E92

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

Shades of Blue Chill #318E92

Tints of Blue Chill #318E92

Color information

#318E92 (or 0x318E92) is unknown color: approx Blue Chill. HEX triplet: 31, 8E and 92. RGB value is (49,142,146). Sum of RGB (Red+Green+Blue) = 49+142+146=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #318E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E92 is #CE716D. Grayscale: #727272. Windows color (decimal): -13529454 or 9604657. OLE color: 9604657.

HSL color Cylindrical-coordinate representation of color #318E92: hue angle of 182.47º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318E92 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49142146-
CMYK0.660.0300.43
HSL182.47º49.74%38.24%-
HSV(B)182.47º66.44%57.25%-
XYZ16.1322.0730.6-
YUV114.65145.6981.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=14.54%
G=42.14%
B=43.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491421460.660.0300.43182.4749.7438.24
Hex318E9242302Bb63226
Octal6121622210230532666246
Binary1100011000111010010010100001011010101110110110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318E92; }

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

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

<style>
 a { background-color: #318E92; }

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

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

<style>
 span { border-color: #318E92; }

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

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