Html Css Color HEX #429396 Blue Chill

📋 copy color: '#429396'

red 66 ◦ green 147 ◦ blue 150

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

Shades of Blue Chill #429396

Tints of Blue Chill #429396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

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

R = 18.18%
G = 40.5%
B = 41.32%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#429396 (or 0x429396) is known color: Blue Chill. HEX triplet: 42, 93 and 96. RGB value is (66,147,150). Sum of RGB (Red+Green+Blue) = 66+147+150=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #429396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429396 is #BD6C69. Grayscale: #7B7B7B. Windows color (decimal): -12414058 or 9868098. OLE color: 9868098.

HSL color Cylindrical-coordinate representation of color #429396: hue angle of 182.14º 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 #429396 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 147 150 -
CMYK 0.56 0.02 0 0.41
HSL 182.14º 0.39% 0.42% -
HSV(B) 182.14º 0.56% 0.59% -
XYZ 18.19 24.23 32.57 -
YUV 123.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 66 147 150 0.56 0.02 0 0.41 182.14 0.39 0.42
Hex 42 93 96 38 2 0 29 B6 27 2A
Octal 102 223 226 70 2 0 51 266 47 52
Binary 1000010 10010011 10010110 111000 10 0 101001 10110110 100111 101010

Color Harmonies of #429396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429396

Black with #429396

Text Example


Text Example

White with #429396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429396; }

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

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

background-color css

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

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

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

border-color css

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

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

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