Html Css Color HEX #429091 Blue Chill

📋 copy color: '#429091'

red 66 ◦ green 144 ◦ blue 145

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

Shades of Blue Chill #429091

Tints of Blue Chill #429091

RGB

 RED value IS 66 (26.17% from 255) = 18.59%

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 18.59%
G = 40.56%
B = 40.85%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#429091 (or 0x429091) is known color: Blue Chill. HEX triplet: 42, 90 and 91. RGB value is (66,144,145). Sum of RGB (Red+Green+Blue) = 66+144+145=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #429091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429091 is #BD6F6E. Grayscale: #787878. Windows color (decimal): -12414831 or 9539650. OLE color: 9539650.

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

Color convert

RGB 66 144 145 -
CMYK 0.54 0.01 0 0.43
HSL 180.76º 0.37% 0.41% -
HSV(B) 180.76º 0.54% 0.57% -
XYZ 17.33 23.15 30.34 -
YUV 120.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 66 144 145 0.54 0.01 0 0.43 180.76 0.37 0.41
Hex 42 90 91 36 1 0 2B B5 25 29
Octal 102 220 221 66 1 0 53 265 45 51
Binary 1000010 10010000 10010001 110110 1 0 101011 10110101 100101 101001

Color Harmonies of #429091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429091

Black with #429091

Text Example


Text Example

White with #429091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429091; }

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

 H1.HeaderClassName
 {
   color: #429091;
 }
 .AnyTagClassName
 {
   color: #429091;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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