Shades of Blumine #335765
Tints of Blumine #335765
RGB
CMYK
RGB Variations
Color information
#335765 (or 0x335765) is known color: Blumine. HEX triplet: 33, 57 and 65. RGB value is (51,87,101). Sum of RGB (Red+Green+Blue) = 51+87+101=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #335765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335765 is #CCA89A. Grayscale: #4D4D4D. Windows color (decimal): -13412507 or 6641459. OLE color: 6641459.
HSL color Cylindrical-coordinate representation of color #335765: hue angle of 196.8º 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 #335765 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 87 | 101 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.60 |
| HSL | 196.8º | 0.33% | 0.3% | - |
| HSV(B) | 196.8º | 0.5% | 0.4% | - |
| XYZ | 7.12 | 8.46 | 13.57 | - |
| YUV | 77.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 87 | 101 | 0.50 | 0.14 | 0 | 0.60 | 196.8 | 0.33 | 0.3 |
| Hex | 33 | 57 | 65 | 32 | E | 0 | 3C | C5 | 21 | 1E |
| Octal | 63 | 127 | 145 | 62 | 16 | 0 | 74 | 305 | 41 | 36 |
| Binary | 110011 | 1010111 | 1100101 | 110010 | 1110 | 0 | 111100 | 11000101 | 100001 | 11110 |
Color Harmonies of #335765
Complementary color
Monochromatic Colors of #335765
Black with #335765
Text Example
Text Example
White with #335765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335765; }
p { color: rgb(51,87,101); }
H1.HeaderClassName
{
color: #335765;
}
.AnyTagClassName
{
color: #335765;
}
</style>
background-color css
<style>
a { background-color: #335765; }
a { background-color: rgb(51,87,101); }
div.DivClassName
{
background-color: #335765;
}
.BgClassName
{
background-color: #335765;
}
</style>
border-color css
<style>
span { border-color: #335765; }
span { border-color: rgb(51,87,101); }
td.TdClassName
{
border-color: #335765;
}
.TagClassName
{
border-color: #335765;
}
</style>