#429090

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

Shades of Blue Chill #429090

Tints of Blue Chill #429090

Color information

#429090 (or 0x429090) is unknown color: approx Blue Chill. HEX triplet: 42, 90 and 90. RGB value is (66,144,144). Sum of RGB (Red+Green+Blue) = 66+144+144=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #429090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429090 is #BD6F6F. Grayscale: #787878. Windows color (decimal): -12414832 or 9474114. OLE color: 9474114.

HSL color Cylindrical-coordinate representation of color #429090: hue angle of 180º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429090 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66144144-
CMYK0.54000.44
HSL180º37.14%41.18%-
HSV(B)180º54.17%56.47%-
XYZ17.2523.1229.94-
YUV120.68141.1689-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=18.64%
G=40.68%
B=40.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441440.54000.4418037.1441.18
Hex42909036002Cb42529
Octal1022202206600542644551
Binary100001010010000100100001101100010110010110100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429090; }

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

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

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

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

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

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

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

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