Shades of Blue Chill #439192
Tints of Blue Chill #439192
RGB
CMYK
RGB Variations
Color information
#439192 (or 0x439192) is known color: Blue Chill. HEX triplet: 43, 91 and 92. RGB value is (67,145,146). Sum of RGB (Red+Green+Blue) = 67+145+146=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #439192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439192 is #BC6E6D. Grayscale: #797979. Windows color (decimal): -12349038 or 9605443. OLE color: 9605443.
HSL color Cylindrical-coordinate representation of color #439192: hue angle of 180.76º 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 #439192 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 145 | 146 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.43 |
| HSL | 180.76º | 0.37% | 0.42% | - |
| HSV(B) | 180.76º | 0.54% | 0.57% | - |
| XYZ | 17.63 | 23.52 | 30.8 | - |
| YUV | 121.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 146 | 0.54 | 0.01 | 0 | 0.43 | 180.76 | 0.37 | 0.42 |
| Hex | 43 | 91 | 92 | 36 | 1 | 0 | 2B | B5 | 25 | 2A |
| Octal | 103 | 221 | 222 | 66 | 1 | 0 | 53 | 265 | 45 | 52 |
| Binary | 1000011 | 10010001 | 10010010 | 110110 | 1 | 0 | 101011 | 10110101 | 100101 | 101010 |
Color Harmonies of #439192
Complementary color
Monochromatic Colors of #439192
Black with #439192
Text Example
Text Example
White with #439192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439192; }
p { color: rgb(67,145,146); }
H1.HeaderClassName
{
color: #439192;
}
.AnyTagClassName
{
color: #439192;
}
</style>
background-color css
<style>
a { background-color: #439192; }
a { background-color: rgb(67,145,146); }
div.DivClassName
{
background-color: #439192;
}
.BgClassName
{
background-color: #439192;
}
</style>
border-color css
<style>
span { border-color: #439192; }
span { border-color: rgb(67,145,146); }
td.TdClassName
{
border-color: #439192;
}
.TagClassName
{
border-color: #439192;
}
</style>