Shades of Blumine #335E6D
Tints of Blumine #335E6D
RGB
CMYK
RGB Variations
Color information
#335E6D (or 0x335E6D) is known color: Blumine. HEX triplet: 33, 5E and 6D. RGB value is (51,94,109). Sum of RGB (Red+Green+Blue) = 51+94+109=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #335E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E6D is #CCA192. Grayscale: #525252. Windows color (decimal): -13410707 or 7167539. OLE color: 7167539.
HSL color Cylindrical-coordinate representation of color #335E6D: hue angle of 195.52º 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 #335E6D is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 94 | 109 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.57 |
| HSL | 195.52º | 0.36% | 0.31% | - |
| HSV(B) | 195.52º | 0.53% | 0.43% | - |
| XYZ | 8.13 | 9.81 | 15.93 | - |
| YUV | 82.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 109 | 0.53 | 0.14 | 0 | 0.57 | 195.52 | 0.36 | 0.31 |
| Hex | 33 | 5E | 6D | 35 | E | 0 | 39 | C4 | 24 | 1F |
| Octal | 63 | 136 | 155 | 65 | 16 | 0 | 71 | 304 | 44 | 37 |
| Binary | 110011 | 1011110 | 1101101 | 110101 | 1110 | 0 | 111001 | 11000100 | 100100 | 11111 |
Color Harmonies of #335E6D
Complementary color
Monochromatic Colors of #335E6D
Black with #335E6D
Text Example
Text Example
White with #335E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E6D; }
p { color: rgb(51,94,109); }
H1.HeaderClassName
{
color: #335E6D;
}
.AnyTagClassName
{
color: #335E6D;
}
</style>
background-color css
<style>
a { background-color: #335E6D; }
a { background-color: rgb(51,94,109); }
div.DivClassName
{
background-color: #335E6D;
}
.BgClassName
{
background-color: #335E6D;
}
</style>
border-color css
<style>
span { border-color: #335E6D; }
span { border-color: rgb(51,94,109); }
td.TdClassName
{
border-color: #335E6D;
}
.TagClassName
{
border-color: #335E6D;
}
</style>