#428C88

Color #428C88 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #428C88

Tints of Blue Chill #428C88

Color information

#428C88 (or 0x428C88) is unknown color: approx Blue Chill. HEX triplet: 42, 8C and 88. RGB value is (66,140,136). Sum of RGB (Red+Green+Blue) = 66+140+136=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #428C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C88 is #BD7377. Grayscale: #757575. Windows color (decimal): -12415864 or 8948802. OLE color: 8948802.

HSL color Cylindrical-coordinate representation of color #428C88: hue angle of 176.76º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C88 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB66140136-
CMYK0.5300.030.45
HSL176.76º35.92%40.39%-
HSV(B)176.76º52.86%54.9%-
XYZ16.0721.6926.63-
YUV117.42138.4891.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=19.30%
G=40.94%
B=39.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661401360.5300.030.45176.7635.9240.39
Hex428C8835032Db12428
Octal1022142106503552614450
Binary1000010100011001000100011010101110110110110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #428C88;
 }
 .AnyTagClassName
 {
   color: #428C88;
 }
</style>
background-color css

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

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

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

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

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

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