Html Css Color HEX #429395 Blue Chill

📋 copy color: '#429395'

red 66 ◦ green 147 ◦ blue 149

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

Shades of Blue Chill #429395

Tints of Blue Chill #429395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 18.23%
G = 40.61%
B = 41.16%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#429395 (or 0x429395) is known color: Blue Chill. HEX triplet: 42, 93 and 95. RGB value is (66,147,149). Sum of RGB (Red+Green+Blue) = 66+147+149=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #429395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429395 is #BD6C6A. Grayscale: #7A7A7A. Windows color (decimal): -12414059 or 9802562. OLE color: 9802562.

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

Color convert

RGB 66 147 149 -
CMYK 0.56 0.01 0 0.42
HSL 181.45º 0.39% 0.42% -
HSV(B) 181.45º 0.56% 0.58% -
XYZ 18.11 24.2 32.15 -
YUV 123.01 142.66 87.34 -
System Red Green Blue C M Y K H S L
Decimal 66 147 149 0.56 0.01 0 0.42 181.45 0.39 0.42
Hex 42 93 95 38 1 0 2A B5 27 2A
Octal 102 223 225 70 1 0 52 265 47 52
Binary 1000010 10010011 10010101 111000 1 0 101010 10110101 100111 101010

Color Harmonies of #429395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429395

Black with #429395

Text Example


Text Example

White with #429395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429395; }

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

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

background-color css

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

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

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

border-color css

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

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

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