Html Css Color HEX #429090 Blue Chill

📋 copy color: '#429090'

red 66 ◦ green 144 ◦ blue 144

#429090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #429090

Tints of Blue Chill #429090

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 value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#429090 (or 0x429090) is known color: 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

RGB 66 144 144 -
CMYK 0.54 0 0 0.44
HSL 180º 0.37% 0.41% -
HSV(B) 180º 0.54% 0.56% -
XYZ 17.25 23.12 29.94 -
YUV 120.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 66 144 144 0.54 0 0 0.44 180 0.37 0.41
Hex 42 90 90 36 0 0 2C B4 25 29
Octal 102 220 220 66 0 0 54 264 45 51
Binary 1000010 10010000 10010000 110110 0 0 101100 10110100 100101 101001

Color Harmonies of #429090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429090

Black with #429090

Text Example


Text Example

White with #429090

Text Example


Text Example

HTML Codes & Css Web 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>