Shades of Blumine #335D6D
Tints of Blumine #335D6D
RGB
CMYK
RGB Variations
Color information
#335D6D (or 0x335D6D) is known color: Blumine. HEX triplet: 33, 5D and 6D. RGB value is (51,93,109). Sum of RGB (Red+Green+Blue) = 51+93+109=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #335D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D6D is #CCA292. Grayscale: #525252. Windows color (decimal): -13410963 or 7167283. OLE color: 7167283.
HSL color Cylindrical-coordinate representation of color #335D6D: hue angle of 196.55º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #335D6D is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 93 | 109 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.57 |
| HSL | 196.55º | 0.36% | 0.31% | - |
| HSV(B) | 196.55º | 0.53% | 0.43% | - |
| XYZ | 8.04 | 9.64 | 15.9 | - |
| YUV | 82.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 109 | 0.53 | 0.15 | 0 | 0.57 | 196.55 | 0.36 | 0.31 |
| Hex | 33 | 5D | 6D | 35 | F | 0 | 39 | C5 | 24 | 1F |
| Octal | 63 | 135 | 155 | 65 | 17 | 0 | 71 | 305 | 44 | 37 |
| Binary | 110011 | 1011101 | 1101101 | 110101 | 1111 | 0 | 111001 | 11000101 | 100100 | 11111 |
Color Harmonies of #335D6D
Complementary color
Monochromatic Colors of #335D6D
Black with #335D6D
Text Example
Text Example
White with #335D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D6D; }
p { color: rgb(51,93,109); }
H1.HeaderClassName
{
color: #335D6D;
}
.AnyTagClassName
{
color: #335D6D;
}
</style>
background-color css
<style>
a { background-color: #335D6D; }
a { background-color: rgb(51,93,109); }
div.DivClassName
{
background-color: #335D6D;
}
.BgClassName
{
background-color: #335D6D;
}
</style>
border-color css
<style>
span { border-color: #335D6D; }
span { border-color: rgb(51,93,109); }
td.TdClassName
{
border-color: #335D6D;
}
.TagClassName
{
border-color: #335D6D;
}
</style>