Html Css Color HEX #428A88 Blue Chill

📋 copy color: '#428A88'

red 66 ◦ green 138 ◦ blue 136

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

Shades of Blue Chill #428A88

Tints of Blue Chill #428A88

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.59%

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

R = 19.41%
G = 40.59%
B = 40%

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

#428A88 (or 0x428A88) is known color: Blue Chill. HEX triplet: 42, 8A and 88. RGB value is (66,138,136). Sum of RGB (Red+Green+Blue) = 66+138+136=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #428A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A88 is #BD7577. Grayscale: #747474. Windows color (decimal): -12416376 or 8948290. OLE color: 8948290.

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

Color convert

RGB 66 138 136 -
CMYK 0.52 0 0.01 0.46
HSL 178.33º 0.35% 0.4% -
HSV(B) 178.33º 0.52% 0.54% -
XYZ 15.78 21.11 26.54 -
YUV 116.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 66 138 136 0.52 0 0.01 0.46 178.33 0.35 0.4
Hex 42 8A 88 34 0 1 2E B2 23 28
Octal 102 212 210 64 0 1 56 262 43 50
Binary 1000010 10001010 10001000 110100 0 1 101110 10110010 100011 101000

Color Harmonies of #428A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A88

Black with #428A88

Text Example


Text Example

White with #428A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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