Html Css Color HEX #428889 Blue Chill

📋 copy color: '#428889'

red 66 ◦ green 136 ◦ blue 137

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

Shades of Blue Chill #428889

Tints of Blue Chill #428889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 19.47%
G = 40.12%
B = 40.41%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#428889 (or 0x428889) is known color: Blue Chill. HEX triplet: 42, 88 and 89. RGB value is (66,136,137). Sum of RGB (Red+Green+Blue) = 66+136+137=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #428889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428889 is #BD7776. Grayscale: #737373. Windows color (decimal): -12416887 or 9013314. OLE color: 9013314.

HSL color Cylindrical-coordinate representation of color #428889: hue angle of 180.85º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428889 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 136 137 -
CMYK 0.52 0.01 0 0.46
HSL 180.85º 0.35% 0.4% -
HSV(B) 180.85º 0.52% 0.54% -
XYZ 15.57 20.57 26.82 -
YUV 115.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 66 136 137 0.52 0.01 0 0.46 180.85 0.35 0.4
Hex 42 88 89 34 1 0 2E B5 23 28
Octal 102 210 211 64 1 0 56 265 43 50
Binary 1000010 10001000 10001001 110100 1 0 101110 10110101 100011 101000

Color Harmonies of #428889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428889

Black with #428889

Text Example


Text Example

White with #428889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428889; }

 p { color: rgb(66,136,137); }

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

background-color css

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

 a { background-color: rgb(66,136,137); }

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

border-color css

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

 span { border-color: rgb(66,136,137); }

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