#349490

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

Shades of Blue Chill #349490

Tints of Blue Chill #349490

Color information

#349490 (or 0x349490) is unknown color: approx Blue Chill. HEX triplet: 34, 94 and 90. RGB value is (52,148,144). Sum of RGB (Red+Green+Blue) = 52+148+144=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #349490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349490 is #CB6B6F. Grayscale: #767676. Windows color (decimal): -13331312 or 9475124. OLE color: 9475124.

HSL color Cylindrical-coordinate representation of color #349490: hue angle of 177.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349490 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB52148144-
CMYK0.6500.030.42
HSL177.5º48%39.22%-
HSV(B)177.5º64.86%58.04%-
XYZ17.0423.9230.11-
YUV118.84142.280.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=15.12%
G=43.02%
B=41.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481440.6500.030.42177.54839.22
Hex34949041032Ab23027
Octal6422422010103522626047
Binary1101001001010010010000100000101110101010110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349490; }

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

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

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

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

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

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

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

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