Shades of Blumine #335566
Tints of Blumine #335566
RGB
CMYK
RGB Variations
Color information
#335566 (or 0x335566) is known color: Blumine. HEX triplet: 33, 55 and 66. RGB value is (51,85,102). Sum of RGB (Red+Green+Blue) = 51+85+102=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #335566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335566 is #CCAA99. Grayscale: #4C4C4C. Windows color (decimal): -13413018 or 6706483. OLE color: 6706483.
HSL color Cylindrical-coordinate representation of color #335566: hue angle of 200º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335566 is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 85 | 102 | - |
| CMYK | 0.5 | 0.17 | 0 | 0.6 |
| HSL | 200º | 0.33% | 0.3% | - |
| HSV(B) | 200º | 0.5% | 0.4% | - |
| XYZ | 7.01 | 8.16 | 13.78 | - |
| YUV | 76.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 102 | 0.5 | 0.17 | 0 | 0.6 | 200 | 0.33 | 0.3 |
| Hex | 33 | 55 | 66 | 32 | 11 | 0 | 3C | C8 | 21 | 1E |
| Octal | 63 | 125 | 146 | 62 | 21 | 0 | 74 | 310 | 41 | 36 |
| Binary | 110011 | 1010101 | 1100110 | 110010 | 10001 | 0 | 111100 | 11001000 | 100001 | 11110 |
Color Harmonies of #335566
Complementary color
Monochromatic Colors of #335566
Black with #335566
Text Example
Text Example
White with #335566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335566; }
p { color: rgb(51,85,102); }
H1.HeaderClassName
{
color: #335566;
}
.AnyTagClassName
{
color: #335566;
}
</style>
background-color css
<style>
a { background-color: #335566; }
a { background-color: rgb(51,85,102); }
div.DivClassName
{
background-color: #335566;
}
.BgClassName
{
background-color: #335566;
}
</style>
border-color css
<style>
span { border-color: #335566; }
span { border-color: rgb(51,85,102); }
td.TdClassName
{
border-color: #335566;
}
.TagClassName
{
border-color: #335566;
}
</style>