Shades of Blumine #335E6B
Tints of Blumine #335E6B
RGB
CMYK
RGB Variations
Color information
#335E6B (or 0x335E6B) is known color: Blumine. HEX triplet: 33, 5E and 6B. RGB value is (51,94,107). Sum of RGB (Red+Green+Blue) = 51+94+107=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #335E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E6B is #CCA194. Grayscale: #525252. Windows color (decimal): -13410709 or 7036467. OLE color: 7036467.
HSL color Cylindrical-coordinate representation of color #335E6B: hue angle of 193.93º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #335E6B is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 94 | 107 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.58 |
| HSL | 193.93º | 0.35% | 0.31% | - |
| HSV(B) | 193.93º | 0.52% | 0.42% | - |
| XYZ | 8.02 | 9.77 | 15.37 | - |
| YUV | 82.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 107 | 0.52 | 0.12 | 0 | 0.58 | 193.93 | 0.35 | 0.31 |
| Hex | 33 | 5E | 6B | 34 | C | 0 | 3A | C2 | 23 | 1F |
| Octal | 63 | 136 | 153 | 64 | 14 | 0 | 72 | 302 | 43 | 37 |
| Binary | 110011 | 1011110 | 1101011 | 110100 | 1100 | 0 | 111010 | 11000010 | 100011 | 11111 |
Color Harmonies of #335E6B
Complementary color
Monochromatic Colors of #335E6B
Black with #335E6B
Text Example
Text Example
White with #335E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E6B; }
p { color: rgb(51,94,107); }
H1.HeaderClassName
{
color: #335E6B;
}
.AnyTagClassName
{
color: #335E6B;
}
</style>
background-color css
<style>
a { background-color: #335E6B; }
a { background-color: rgb(51,94,107); }
div.DivClassName
{
background-color: #335E6B;
}
.BgClassName
{
background-color: #335E6B;
}
</style>
border-color css
<style>
span { border-color: #335E6B; }
span { border-color: rgb(51,94,107); }
td.TdClassName
{
border-color: #335E6B;
}
.TagClassName
{
border-color: #335E6B;
}
</style>