Html Css Color HEX #428988 Blue Chill

📋 copy color: '#428988'

red 66 ◦ green 137 ◦ blue 136

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

Shades of Blue Chill #428988

Tints of Blue Chill #428988

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #428988: hue angle of 179.15º 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 #428988 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 136 -
CMYK 0.52 0 0.01 0.46
HSL 179.15º 0.35% 0.4% -
HSV(B) 179.15º 0.52% 0.54% -
XYZ 15.64 20.83 26.49 -
YUV 115.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 66 137 136 0.52 0 0.01 0.46 179.15 0.35 0.4
Hex 42 89 88 34 0 1 2E B3 23 28
Octal 102 211 210 64 0 1 56 263 43 50
Binary 1000010 10001001 10001000 110100 0 1 101110 10110011 100011 101000

Color Harmonies of #428988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428988

Black with #428988

Text Example


Text Example

White with #428988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428988; }

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

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

background-color css

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

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

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

border-color css

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

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

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