Shades of Blumine #33606F
Tints of Blumine #33606F
RGB
CMYK
RGB Variations
Color information
#33606F (or 0x33606F) is known color: Blumine. HEX triplet: 33, 60 and 6F. RGB value is (51,96,111). Sum of RGB (Red+Green+Blue) = 51+96+111=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #33606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33606F is #CC9F90. Grayscale: #545454. Windows color (decimal): -13410193 or 7299123. OLE color: 7299123.
HSL color Cylindrical-coordinate representation of color #33606F: hue angle of 195º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33606F is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 96 | 111 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.56 |
| HSL | 195º | 0.37% | 0.32% | - |
| HSV(B) | 195º | 0.54% | 0.44% | - |
| XYZ | 8.42 | 10.22 | 16.57 | - |
| YUV | 84.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 111 | 0.54 | 0.14 | 0 | 0.56 | 195 | 0.37 | 0.32 |
| Hex | 33 | 60 | 6F | 36 | E | 0 | 38 | C3 | 25 | 20 |
| Octal | 63 | 140 | 157 | 66 | 16 | 0 | 70 | 303 | 45 | 40 |
| Binary | 110011 | 1100000 | 1101111 | 110110 | 1110 | 0 | 111000 | 11000011 | 100101 | 100000 |
Color Harmonies of #33606F
Complementary color
Monochromatic Colors of #33606F
Black with #33606F
Text Example
Text Example
White with #33606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33606F; }
p { color: rgb(51,96,111); }
H1.HeaderClassName
{
color: #33606F;
}
.AnyTagClassName
{
color: #33606F;
}
</style>
background-color css
<style>
a { background-color: #33606F; }
a { background-color: rgb(51,96,111); }
div.DivClassName
{
background-color: #33606F;
}
.BgClassName
{
background-color: #33606F;
}
</style>
border-color css
<style>
span { border-color: #33606F; }
span { border-color: rgb(51,96,111); }
td.TdClassName
{
border-color: #33606F;
}
.TagClassName
{
border-color: #33606F;
}
</style>