Shades of Blumine #335D67
Tints of Blumine #335D67
RGB
CMYK
RGB Variations
Color information
#335D67 (or 0x335D67) is known color: Blumine. HEX triplet: 33, 5D and 67. RGB value is (51,93,103). Sum of RGB (Red+Green+Blue) = 51+93+103=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #335D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D67 is #CCA298. Grayscale: #515151. Windows color (decimal): -13410969 or 6774067. OLE color: 6774067.
HSL color Cylindrical-coordinate representation of color #335D67: hue angle of 191.54º degrees, saturation: 0.34, 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 #335D67 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 93 | 103 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.60 |
| HSL | 191.54º | 0.34% | 0.3% | - |
| HSV(B) | 191.54º | 0.5% | 0.4% | - |
| XYZ | 7.73 | 9.51 | 14.26 | - |
| YUV | 81.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 103 | 0.50 | 0.10 | 0 | 0.60 | 191.54 | 0.34 | 0.3 |
| Hex | 33 | 5D | 67 | 32 | A | 0 | 3C | C0 | 22 | 1E |
| Octal | 63 | 135 | 147 | 62 | 12 | 0 | 74 | 300 | 42 | 36 |
| Binary | 110011 | 1011101 | 1100111 | 110010 | 1010 | 0 | 111100 | 11000000 | 100010 | 11110 |
Color Harmonies of #335D67
Complementary color
Monochromatic Colors of #335D67
Black with #335D67
Text Example
Text Example
White with #335D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D67; }
p { color: rgb(51,93,103); }
H1.HeaderClassName
{
color: #335D67;
}
.AnyTagClassName
{
color: #335D67;
}
</style>
background-color css
<style>
a { background-color: #335D67; }
a { background-color: rgb(51,93,103); }
div.DivClassName
{
background-color: #335D67;
}
.BgClassName
{
background-color: #335D67;
}
</style>
border-color css
<style>
span { border-color: #335D67; }
span { border-color: rgb(51,93,103); }
td.TdClassName
{
border-color: #335D67;
}
.TagClassName
{
border-color: #335D67;
}
</style>