Shades of Blumine #336575
Tints of Blumine #336575
RGB
CMYK
RGB Variations
Color information
#336575 (or 0x336575) is known color: Blumine. HEX triplet: 33, 65 and 75. RGB value is (51,101,117). Sum of RGB (Red+Green+Blue) = 51+101+117=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #336575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336575 is #CC9A8A. Grayscale: #575757. Windows color (decimal): -13408907 or 7693619. OLE color: 7693619.
HSL color Cylindrical-coordinate representation of color #336575: hue angle of 194.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336575 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 101 | 117 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.54 |
| HSL | 194.55º | 0.39% | 0.33% | - |
| HSV(B) | 194.55º | 0.56% | 0.46% | - |
| XYZ | 9.23 | 11.3 | 18.52 | - |
| YUV | 87.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 117 | 0.56 | 0.14 | 0 | 0.54 | 194.55 | 0.39 | 0.33 |
| Hex | 33 | 65 | 75 | 38 | E | 0 | 36 | C3 | 27 | 21 |
| Octal | 63 | 145 | 165 | 70 | 16 | 0 | 66 | 303 | 47 | 41 |
| Binary | 110011 | 1100101 | 1110101 | 111000 | 1110 | 0 | 110110 | 11000011 | 100111 | 100001 |
Color Harmonies of #336575
Complementary color
Monochromatic Colors of #336575
Black with #336575
Text Example
Text Example
White with #336575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336575; }
p { color: rgb(51,101,117); }
H1.HeaderClassName
{
color: #336575;
}
.AnyTagClassName
{
color: #336575;
}
</style>
background-color css
<style>
a { background-color: #336575; }
a { background-color: rgb(51,101,117); }
div.DivClassName
{
background-color: #336575;
}
.BgClassName
{
background-color: #336575;
}
</style>
border-color css
<style>
span { border-color: #336575; }
span { border-color: rgb(51,101,117); }
td.TdClassName
{
border-color: #336575;
}
.TagClassName
{
border-color: #336575;
}
</style>