Html Css Color HEX #429096 Blue Chill

📋 copy color: '#429096'

red 66 ◦ green 144 ◦ blue 150

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

Shades of Blue Chill #429096

Tints of Blue Chill #429096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 18.33%
G = 40%
B = 41.67%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#429096 (or 0x429096) is known color: Blue Chill. HEX triplet: 42, 90 and 96. RGB value is (66,144,150). Sum of RGB (Red+Green+Blue) = 66+144+150=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #429096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429096 is #BD6F69. Grayscale: #797979. Windows color (decimal): -12414826 or 9867330. OLE color: 9867330.

HSL color Cylindrical-coordinate representation of color #429096: hue angle of 184.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429096 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 144 150 -
CMYK 0.56 0.04 0 0.41
HSL 184.29º 0.39% 0.42% -
HSV(B) 184.29º 0.56% 0.59% -
XYZ 17.73 23.31 32.42 -
YUV 121.36 144.16 88.51 -
System Red Green Blue C M Y K H S L
Decimal 66 144 150 0.56 0.04 0 0.41 184.29 0.39 0.42
Hex 42 90 96 38 4 0 29 B8 27 2A
Octal 102 220 226 70 4 0 51 270 47 52
Binary 1000010 10010000 10010110 111000 100 0 101001 10111000 100111 101010

Color Harmonies of #429096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429096

Black with #429096

Text Example


Text Example

White with #429096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429096; }

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

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

background-color css

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

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

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

border-color css

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

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

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