#349691

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

Shades of Blue Chill #349691

Tints of Blue Chill #349691

Color information

#349691 (or 0x349691) is unknown color: approx Blue Chill. HEX triplet: 34, 96 and 91. RGB value is (52,150,145). Sum of RGB (Red+Green+Blue) = 52+150+145=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #349691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349691 is #CB696E. Grayscale: #787878. Windows color (decimal): -13330799 or 9541172. OLE color: 9541172.

HSL color Cylindrical-coordinate representation of color #349691: hue angle of 176.94º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349691 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB52150145-
CMYK0.6500.030.41
HSL176.94º48.51%39.61%-
HSV(B)176.94º65.33%58.82%-
XYZ17.4324.5930.62-
YUV120.13142.0379.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=14.99%
G=43.23%
B=41.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501450.6500.030.41176.9448.5139.61
Hex349691410329b13128
Octal6422622110103512616150
Binary1101001001011010010001100000101110100110110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349691; }

 p { color: rgb(52,150,145); }

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

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

 a { background-color: rgb(52,150,145); }

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

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

 span { border-color: rgb(52,150,145); }

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