#429290

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

Shades of Blue Chill #429290

Tints of Blue Chill #429290

Color information

#429290 (or 0x429290) is unknown color: approx Blue Chill. HEX triplet: 42, 92 and 90. RGB value is (66,146,144). Sum of RGB (Red+Green+Blue) = 66+146+144=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #429290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429290 is #BD6D6F. Grayscale: #797979. Windows color (decimal): -12414320 or 9474626. OLE color: 9474626.

HSL color Cylindrical-coordinate representation of color #429290: hue angle of 178.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429290 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB66146144-
CMYK0.5500.010.43
HSL178.5º37.74%41.57%-
HSV(B)178.5º54.79%57.25%-
XYZ17.5623.7330.04-
YUV121.85140.588.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=18.54%
G=41.01%
B=40.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461440.5500.010.43178.537.7441.57
Hex42929037012Bb2262a
Octal1022222206701532624652
Binary100001010010010100100001101110110101110110010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429290; }

 p { color: rgb(66,146,144); }

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

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

 a { background-color: rgb(66,146,144); }

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

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

 span { border-color: rgb(66,146,144); }

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