#429CA2

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

Shades of Blue Chill #429CA2

Tints of Blue Chill #429CA2

Color information

#429CA2 (or 0x429CA2) is unknown color: approx Blue Chill. HEX triplet: 42, 9C and A2. RGB value is (66,156,162). Sum of RGB (Red+Green+Blue) = 66+156+162=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 162 - color contains mainly: blue. Hex color #429CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429CA2 is #BD635D. Grayscale: #818181. Windows color (decimal): -12411742 or 10656834. OLE color: 10656834.

HSL color Cylindrical-coordinate representation of color #429CA2: hue angle of 183.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #429CA2 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66156162-
CMYK0.590.0400.36
HSL183.75º42.11%44.71%-
HSV(B)183.75º59.26%63.53%-
XYZ20.6627.5438.41-
YUV129.77146.1882.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.19%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 162 (63.67% from 255) = 42.19%
R=17.19%
G=40.62%
B=42.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661561620.590.0400.36183.7542.1144.71
Hex429CA23B4024b82a2d
Octal1022342427340442705255
Binary10000101001110010100010111011100010010010111000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429CA2; }

 p { color: rgb(66,156,162); }

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

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

 a { background-color: rgb(66,156,162); }

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

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

 span { border-color: rgb(66,156,162); }

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