#349196

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

Shades of Blue Chill #349196

Tints of Blue Chill #349196

Color information

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

HSL color Cylindrical-coordinate representation of color #349196: hue angle of 183.06º 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 #349196 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52145150-
CMYK0.650.0300.41
HSL183.06º48.51%39.61%-
HSV(B)183.06º65.33%58.82%-
XYZ17.0523.1832.43-
YUV117.76146.1981.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521451500.650.0300.41183.0648.5139.61
Hex349196413029b73128
Octal6422122610130512676150
Binary1101001001000110010110100000111010100110110111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349196; }

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

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

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

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

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

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

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

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