Shades of Blumine #33656F
Tints of Blumine #33656F
RGB
CMYK
RGB Variations
Color information
#33656F (or 0x33656F) is known color: Blumine. HEX triplet: 33, 65 and 6F. RGB value is (51,101,111). Sum of RGB (Red+Green+Blue) = 51+101+111=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #33656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33656F is #CC9A90. Grayscale: #575757. Windows color (decimal): -13408913 or 7300403. OLE color: 7300403.
HSL color Cylindrical-coordinate representation of color #33656F: hue angle of 190º 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 #33656F is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 101 | 111 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.56 |
| HSL | 190º | 0.37% | 0.32% | - |
| HSV(B) | 190º | 0.54% | 0.44% | - |
| XYZ | 8.89 | 11.16 | 16.72 | - |
| YUV | 87.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 111 | 0.54 | 0.09 | 0 | 0.56 | 190 | 0.37 | 0.32 |
| Hex | 33 | 65 | 6F | 36 | 9 | 0 | 38 | BE | 25 | 20 |
| Octal | 63 | 145 | 157 | 66 | 11 | 0 | 70 | 276 | 45 | 40 |
| Binary | 110011 | 1100101 | 1101111 | 110110 | 1001 | 0 | 111000 | 10111110 | 100101 | 100000 |
Color Harmonies of #33656F
Complementary color
Monochromatic Colors of #33656F
Black with #33656F
Text Example
Text Example
White with #33656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33656F; }
p { color: rgb(51,101,111); }
H1.HeaderClassName
{
color: #33656F;
}
.AnyTagClassName
{
color: #33656F;
}
</style>
background-color css
<style>
a { background-color: #33656F; }
a { background-color: rgb(51,101,111); }
div.DivClassName
{
background-color: #33656F;
}
.BgClassName
{
background-color: #33656F;
}
</style>
border-color css
<style>
span { border-color: #33656F; }
span { border-color: rgb(51,101,111); }
td.TdClassName
{
border-color: #33656F;
}
.TagClassName
{
border-color: #33656F;
}
</style>