#429390

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

Shades of Blue Chill #429390

Tints of Blue Chill #429390

Color information

#429390 (or 0x429390) is unknown color: approx Blue Chill. HEX triplet: 42, 93 and 90. RGB value is (66,147,144). Sum of RGB (Red+Green+Blue) = 66+147+144=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #429390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429390 is #BD6C6F. Grayscale: #7A7A7A. Windows color (decimal): -12414064 or 9474882. OLE color: 9474882.

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

Color convert

RGB66147144-
CMYK0.5500.020.42
HSL177.78º38.03%41.76%-
HSV(B)177.78º55.1%57.65%-
XYZ17.7124.0430.09-
YUV122.44140.1687.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=18.49%
G=41.18%
B=40.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471440.5500.020.42177.7838.0341.76
Hex42939037022Ab2262a
Octal1022232206702522624652
Binary1000010100100111001000011011101010101010110010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429390; }

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

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

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

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

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

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

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

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