#319087

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

Shades of Blue Chill #319087

Tints of Blue Chill #319087

Color information

#319087 (or 0x319087) is unknown color: approx Blue Chill. HEX triplet: 31, 90 and 87. RGB value is (49,144,135). Sum of RGB (Red+Green+Blue) = 49+144+135=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #319087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319087 is #CE6F78. Grayscale: #727272. Windows color (decimal): -13528953 or 8884273. OLE color: 8884273.

HSL color Cylindrical-coordinate representation of color #319087: hue angle of 174.32º 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 #319087 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB49144135-
CMYK0.6600.060.44
HSL174.32º49.22%37.84%-
HSV(B)174.32º65.97%56.47%-
XYZ15.6122.3526.41-
YUV114.57139.5381.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=14.94%
G=43.90%
B=41.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491441350.6600.060.44174.3249.2237.84
Hex31908742062Cae3126
Octal6122020710206542566146
Binary11000110010000100001111000010011010110010101110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319087; }

 p { color: rgb(49,144,135); }

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

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

 a { background-color: rgb(49,144,135); }

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

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

 span { border-color: rgb(49,144,135); }

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