#349690

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

Shades of Blue Chill #349690

Tints of Blue Chill #349690

Color information

#349690 (or 0x349690) is unknown color: approx Blue Chill. HEX triplet: 34, 96 and 90. RGB value is (52,150,144). Sum of RGB (Red+Green+Blue) = 52+150+144=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #349690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349690 is #CB696F. Grayscale: #777777. Windows color (decimal): -13330800 or 9475636. OLE color: 9475636.

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

Color convert

RGB52150144-
CMYK0.6500.040.41
HSL176.33º48.51%39.61%-
HSV(B)176.33º65.33%58.82%-
XYZ17.3624.5630.21-
YUV120.01141.5379.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=15.03%
G=43.35%
B=41.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501440.6500.040.41176.3348.5139.61
Hex349690410429b03128
Octal6422622010104512606150
Binary11010010010110100100001000001010010100110110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349690; }

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

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

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

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

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

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

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

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