#349492

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

Shades of Blue Chill #349492

Tints of Blue Chill #349492

Color information

#349492 (or 0x349492) is unknown color: approx Blue Chill. HEX triplet: 34, 94 and 92. RGB value is (52,148,146). Sum of RGB (Red+Green+Blue) = 52+148+146=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #349492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349492 is #CB6B6D. Grayscale: #767676. Windows color (decimal): -13331310 or 9606196. OLE color: 9606196.

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

Color convert

RGB52148146-
CMYK0.6500.010.42
HSL178.75º48%39.22%-
HSV(B)178.75º64.86%58.04%-
XYZ17.1923.9930.92-
YUV119.07143.280.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=15.03%
G=42.77%
B=42.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481460.6500.010.42178.754839.22
Hex34949241012Ab33027
Octal6422422210101522636047
Binary110100100101001001001010000010110101010110011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349492; }

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

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

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

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

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

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

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

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