Shades of Blue Chill #439193
Tints of Blue Chill #439193
RGB
CMYK
RGB Variations
Color information
#439193 (or 0x439193) is known color: Blue Chill. HEX triplet: 43, 91 and 93. RGB value is (67,145,147). Sum of RGB (Red+Green+Blue) = 67+145+147=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #439193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439193 is #BC6E6C. Grayscale: #797979. Windows color (decimal): -12349037 or 9670979. OLE color: 9670979.
HSL color Cylindrical-coordinate representation of color #439193: hue angle of 181.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #439193 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 145 | 147 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.42 |
| HSL | 181.5º | 0.37% | 0.42% | - |
| HSV(B) | 181.5º | 0.54% | 0.58% | - |
| XYZ | 17.71 | 23.55 | 31.22 | - |
| YUV | 121.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 147 | 0.54 | 0.01 | 0 | 0.42 | 181.5 | 0.37 | 0.42 |
| Hex | 43 | 91 | 93 | 36 | 1 | 0 | 2A | B6 | 25 | 2A |
| Octal | 103 | 221 | 223 | 66 | 1 | 0 | 52 | 266 | 45 | 52 |
| Binary | 1000011 | 10010001 | 10010011 | 110110 | 1 | 0 | 101010 | 10110110 | 100101 | 101010 |
Color Harmonies of #439193
Complementary color
Monochromatic Colors of #439193
Black with #439193
Text Example
Text Example
White with #439193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439193; }
p { color: rgb(67,145,147); }
H1.HeaderClassName
{
color: #439193;
}
.AnyTagClassName
{
color: #439193;
}
</style>
background-color css
<style>
a { background-color: #439193; }
a { background-color: rgb(67,145,147); }
div.DivClassName
{
background-color: #439193;
}
.BgClassName
{
background-color: #439193;
}
</style>
border-color css
<style>
span { border-color: #439193; }
span { border-color: rgb(67,145,147); }
td.TdClassName
{
border-color: #439193;
}
.TagClassName
{
border-color: #439193;
}
</style>