Shades of Blue Chill #428A8C
Tints of Blue Chill #428A8C
RGB
CMYK
RGB Variations
Color information
#428A8C (or 0x428A8C) is known color: Blue Chill. HEX triplet: 42, 8A and 8C. RGB value is (66,138,140). Sum of RGB (Red+Green+Blue) = 66+138+140=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #428A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A8C is #BD7573. Grayscale: #747474. Windows color (decimal): -12416372 or 9210434. OLE color: 9210434.
HSL color Cylindrical-coordinate representation of color #428A8C: hue angle of 181.62º 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 #428A8C is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 138 | 140 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.45 |
| HSL | 181.62º | 0.36% | 0.4% | - |
| HSV(B) | 181.62º | 0.53% | 0.55% | - |
| XYZ | 16.07 | 21.23 | 28.06 | - |
| YUV | 116.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 140 | 0.53 | 0.01 | 0 | 0.45 | 181.62 | 0.36 | 0.4 |
| Hex | 42 | 8A | 8C | 35 | 1 | 0 | 2D | B6 | 24 | 28 |
| Octal | 102 | 212 | 214 | 65 | 1 | 0 | 55 | 266 | 44 | 50 |
| Binary | 1000010 | 10001010 | 10001100 | 110101 | 1 | 0 | 101101 | 10110110 | 100100 | 101000 |
Color Harmonies of #428A8C
Complementary color
Monochromatic Colors of #428A8C
Black with #428A8C
Text Example
Text Example
White with #428A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A8C; }
p { color: rgb(66,138,140); }
H1.HeaderClassName
{
color: #428A8C;
}
.AnyTagClassName
{
color: #428A8C;
}
</style>
background-color css
<style>
a { background-color: #428A8C; }
a { background-color: rgb(66,138,140); }
div.DivClassName
{
background-color: #428A8C;
}
.BgClassName
{
background-color: #428A8C;
}
</style>
border-color css
<style>
span { border-color: #428A8C; }
span { border-color: rgb(66,138,140); }
td.TdClassName
{
border-color: #428A8C;
}
.TagClassName
{
border-color: #428A8C;
}
</style>