Shades of Blumine #335B6D
Tints of Blumine #335B6D
RGB
CMYK
RGB Variations
Color information
#335B6D (or 0x335B6D) is known color: Blumine. HEX triplet: 33, 5B and 6D. RGB value is (51,91,109). Sum of RGB (Red+Green+Blue) = 51+91+109=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #335B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B6D is #CCA492. Grayscale: #505050. Windows color (decimal): -13411475 or 7166771. OLE color: 7166771.
HSL color Cylindrical-coordinate representation of color #335B6D: hue angle of 198.62º 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 #335B6D is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 91 | 109 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.57 |
| HSL | 198.62º | 0.36% | 0.31% | - |
| HSV(B) | 198.62º | 0.53% | 0.43% | - |
| XYZ | 7.87 | 9.29 | 15.85 | - |
| YUV | 81.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 109 | 0.53 | 0.17 | 0 | 0.57 | 198.62 | 0.36 | 0.31 |
| Hex | 33 | 5B | 6D | 35 | 11 | 0 | 39 | C7 | 24 | 1F |
| Octal | 63 | 133 | 155 | 65 | 21 | 0 | 71 | 307 | 44 | 37 |
| Binary | 110011 | 1011011 | 1101101 | 110101 | 10001 | 0 | 111001 | 11000111 | 100100 | 11111 |
Color Harmonies of #335B6D
Complementary color
Monochromatic Colors of #335B6D
Black with #335B6D
Text Example
Text Example
White with #335B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B6D; }
p { color: rgb(51,91,109); }
H1.HeaderClassName
{
color: #335B6D;
}
.AnyTagClassName
{
color: #335B6D;
}
</style>
background-color css
<style>
a { background-color: #335B6D; }
a { background-color: rgb(51,91,109); }
div.DivClassName
{
background-color: #335B6D;
}
.BgClassName
{
background-color: #335B6D;
}
</style>
border-color css
<style>
span { border-color: #335B6D; }
span { border-color: rgb(51,91,109); }
td.TdClassName
{
border-color: #335B6D;
}
.TagClassName
{
border-color: #335B6D;
}
</style>