#318F88

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

Shades of Blue Chill #318F88

Tints of Blue Chill #318F88

Color information

#318F88 (or 0x318F88) is unknown color: approx Blue Chill. HEX triplet: 31, 8F and 88. RGB value is (49,143,136). Sum of RGB (Red+Green+Blue) = 49+143+136=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #318F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F88 is #CE7077. Grayscale: #727272. Windows color (decimal): -13529208 or 8949553. OLE color: 8949553.

HSL color Cylindrical-coordinate representation of color #318F88: hue angle of 175.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F88 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB49143136-
CMYK0.6600.050.44
HSL175.53º48.96%37.65%-
HSV(B)175.53º65.73%56.08%-
XYZ15.5322.0826.73-
YUV114.1140.3681.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 143 (56.25% from 255) = 43.60%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=14.94%
G=43.60%
B=41.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491431360.6600.050.44175.5348.9637.65
Hex318F8842052Cb03126
Octal6121721010205542606146
Binary11000110001111100010001000010010110110010110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,143,136); }

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

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

 a { background-color: rgb(49,143,136); }

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

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

 span { border-color: rgb(49,143,136); }

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