Shades of Blumine #335F67
Tints of Blumine #335F67
RGB
CMYK
RGB Variations
Color information
#335F67 (or 0x335F67) is known color: Blumine. HEX triplet: 33, 5F and 67. RGB value is (51,95,103). Sum of RGB (Red+Green+Blue) = 51+95+103=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #335F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F67 is #CCA098. Grayscale: #525252. Windows color (decimal): -13410457 or 6774579. OLE color: 6774579.
HSL color Cylindrical-coordinate representation of color #335F67: hue angle of 189.23º 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 #335F67 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 95 | 103 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.60 |
| HSL | 189.23º | 0.34% | 0.3% | - |
| HSV(B) | 189.23º | 0.5% | 0.4% | - |
| XYZ | 7.91 | 9.87 | 14.32 | - |
| YUV | 82.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 103 | 0.50 | 0.08 | 0 | 0.60 | 189.23 | 0.34 | 0.3 |
| Hex | 33 | 5F | 67 | 32 | 8 | 0 | 3C | BD | 22 | 1E |
| Octal | 63 | 137 | 147 | 62 | 10 | 0 | 74 | 275 | 42 | 36 |
| Binary | 110011 | 1011111 | 1100111 | 110010 | 1000 | 0 | 111100 | 10111101 | 100010 | 11110 |
Color Harmonies of #335F67
Complementary color
Monochromatic Colors of #335F67
Black with #335F67
Text Example
Text Example
White with #335F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F67; }
p { color: rgb(51,95,103); }
H1.HeaderClassName
{
color: #335F67;
}
.AnyTagClassName
{
color: #335F67;
}
</style>
background-color css
<style>
a { background-color: #335F67; }
a { background-color: rgb(51,95,103); }
div.DivClassName
{
background-color: #335F67;
}
.BgClassName
{
background-color: #335F67;
}
</style>
border-color css
<style>
span { border-color: #335F67; }
span { border-color: rgb(51,95,103); }
td.TdClassName
{
border-color: #335F67;
}
.TagClassName
{
border-color: #335F67;
}
</style>