Shades of Blue Chill #43928C
Tints of Blue Chill #43928C
RGB
CMYK
RGB Variations
Color information
#43928C (or 0x43928C) is known color: Blue Chill. HEX triplet: 43, 92 and 8C. RGB value is (67,146,140). Sum of RGB (Red+Green+Blue) = 67+146+140=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #43928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43928C is #BC6D73. Grayscale: #797979. Windows color (decimal): -12348788 or 9212483. OLE color: 9212483.
HSL color Cylindrical-coordinate representation of color #43928C: hue angle of 175.44º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43928C is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 146 | 140 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.43 |
| HSL | 175.44º | 0.37% | 0.42% | - |
| HSV(B) | 175.44º | 0.54% | 0.57% | - |
| XYZ | 17.33 | 23.64 | 28.46 | - |
| YUV | 121.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 140 | 0.54 | 0 | 0.04 | 0.43 | 175.44 | 0.37 | 0.42 |
| Hex | 43 | 92 | 8C | 36 | 0 | 4 | 2B | AF | 25 | 2A |
| Octal | 103 | 222 | 214 | 66 | 0 | 4 | 53 | 257 | 45 | 52 |
| Binary | 1000011 | 10010010 | 10001100 | 110110 | 0 | 100 | 101011 | 10101111 | 100101 | 101010 |
Color Harmonies of #43928C
Complementary color
Monochromatic Colors of #43928C
Black with #43928C
Text Example
Text Example
White with #43928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43928C; }
p { color: rgb(67,146,140); }
H1.HeaderClassName
{
color: #43928C;
}
.AnyTagClassName
{
color: #43928C;
}
</style>
background-color css
<style>
a { background-color: #43928C; }
a { background-color: rgb(67,146,140); }
div.DivClassName
{
background-color: #43928C;
}
.BgClassName
{
background-color: #43928C;
}
</style>
border-color css
<style>
span { border-color: #43928C; }
span { border-color: rgb(67,146,140); }
td.TdClassName
{
border-color: #43928C;
}
.TagClassName
{
border-color: #43928C;
}
</style>