Shades of Blumine #335F65
Tints of Blumine #335F65
RGB
CMYK
RGB Variations
Color information
#335F65 (or 0x335F65) is known color: Blumine. HEX triplet: 33, 5F and 65. RGB value is (51,95,101). Sum of RGB (Red+Green+Blue) = 51+95+101=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #335F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F65 is #CCA09A. Grayscale: #525252. Windows color (decimal): -13410459 or 6643507. OLE color: 6643507.
HSL color Cylindrical-coordinate representation of color #335F65: hue angle of 187.2º 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 #335F65 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 95 | 101 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.60 |
| HSL | 187.2º | 0.33% | 0.3% | - |
| HSV(B) | 187.2º | 0.5% | 0.4% | - |
| XYZ | 7.81 | 9.83 | 13.8 | - |
| YUV | 82.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 101 | 0.50 | 0.06 | 0 | 0.60 | 187.2 | 0.33 | 0.3 |
| Hex | 33 | 5F | 65 | 32 | 6 | 0 | 3C | BB | 21 | 1E |
| Octal | 63 | 137 | 145 | 62 | 6 | 0 | 74 | 273 | 41 | 36 |
| Binary | 110011 | 1011111 | 1100101 | 110010 | 110 | 0 | 111100 | 10111011 | 100001 | 11110 |
Color Harmonies of #335F65
Complementary color
Monochromatic Colors of #335F65
Black with #335F65
Text Example
Text Example
White with #335F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F65; }
p { color: rgb(51,95,101); }
H1.HeaderClassName
{
color: #335F65;
}
.AnyTagClassName
{
color: #335F65;
}
</style>
background-color css
<style>
a { background-color: #335F65; }
a { background-color: rgb(51,95,101); }
div.DivClassName
{
background-color: #335F65;
}
.BgClassName
{
background-color: #335F65;
}
</style>
border-color css
<style>
span { border-color: #335F65; }
span { border-color: rgb(51,95,101); }
td.TdClassName
{
border-color: #335F65;
}
.TagClassName
{
border-color: #335F65;
}
</style>