Shades of Blumine #335B65
Tints of Blumine #335B65
RGB
CMYK
RGB Variations
Color information
#335B65 (or 0x335B65) is known color: Blumine. HEX triplet: 33, 5B and 65. RGB value is (51,91,101). Sum of RGB (Red+Green+Blue) = 51+91+101=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #335B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B65 is #CCA49A. Grayscale: #505050. Windows color (decimal): -13411483 or 6642483. OLE color: 6642483.
HSL color Cylindrical-coordinate representation of color #335B65: hue angle of 192º 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 #335B65 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 91 | 101 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.60 |
| HSL | 192º | 0.33% | 0.3% | - |
| HSV(B) | 192º | 0.5% | 0.4% | - |
| XYZ | 7.46 | 9.13 | 13.68 | - |
| YUV | 80.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 101 | 0.50 | 0.10 | 0 | 0.60 | 192 | 0.33 | 0.3 |
| Hex | 33 | 5B | 65 | 32 | A | 0 | 3C | C0 | 21 | 1E |
| Octal | 63 | 133 | 145 | 62 | 12 | 0 | 74 | 300 | 41 | 36 |
| Binary | 110011 | 1011011 | 1100101 | 110010 | 1010 | 0 | 111100 | 11000000 | 100001 | 11110 |
Color Harmonies of #335B65
Complementary color
Monochromatic Colors of #335B65
Black with #335B65
Text Example
Text Example
White with #335B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B65; }
p { color: rgb(51,91,101); }
H1.HeaderClassName
{
color: #335B65;
}
.AnyTagClassName
{
color: #335B65;
}
</style>
background-color css
<style>
a { background-color: #335B65; }
a { background-color: rgb(51,91,101); }
div.DivClassName
{
background-color: #335B65;
}
.BgClassName
{
background-color: #335B65;
}
</style>
border-color css
<style>
span { border-color: #335B65; }
span { border-color: rgb(51,91,101); }
td.TdClassName
{
border-color: #335B65;
}
.TagClassName
{
border-color: #335B65;
}
</style>