#349389

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

Shades of Blue Chill #349389

Tints of Blue Chill #349389

Color information

#349389 (or 0x349389) is unknown color: approx Blue Chill. HEX triplet: 34, 93 and 89. RGB value is (52,147,137). Sum of RGB (Red+Green+Blue) = 52+147+137=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #349389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349389 is #CB6C76. Grayscale: #757575. Windows color (decimal): -13331575 or 9016116. OLE color: 9016116.

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

Color convert

RGB52147137-
CMYK0.6500.070.42
HSL173.68º47.74%39.02%-
HSV(B)173.68º64.63%57.65%-
XYZ16.3723.427.32-
YUV117.46139.0381.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=15.48%
G=43.75%
B=40.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521471370.6500.070.42173.6847.7439.02
Hex34938941072Aae3027
Octal6422321110107522566047
Binary11010010010011100010011000001011110101010101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349389; }

 p { color: rgb(52,147,137); }

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

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

 a { background-color: rgb(52,147,137); }

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

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

 span { border-color: rgb(52,147,137); }

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