#429397

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

Shades of Blue Chill #429397

Tints of Blue Chill #429397

Color information

#429397 (or 0x429397) is unknown color: approx Blue Chill. HEX triplet: 42, 93 and 97. RGB value is (66,147,151). Sum of RGB (Red+Green+Blue) = 66+147+151=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #429397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429397 is #BD6C68. Grayscale: #7B7B7B. Windows color (decimal): -12414057 or 9933634. OLE color: 9933634.

HSL color Cylindrical-coordinate representation of color #429397: hue angle of 182.82º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429397 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66147151-
CMYK0.560.0300.41
HSL182.82º39.17%42.55%-
HSV(B)182.82º56.29%59.22%-
XYZ18.2724.2633-
YUV123.24143.6687.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 151 (59.38% from 255) = 41.48%
R=18.13%
G=40.38%
B=41.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661471510.560.0300.41182.8239.1742.55
Hex429397383029b7272b
Octal1022232277030512674753
Binary1000010100100111001011111100011010100110110111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429397; }

 p { color: rgb(66,147,151); }

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

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

 a { background-color: rgb(66,147,151); }

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

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

 span { border-color: rgb(66,147,151); }

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