Shades of Blumine #335B67
Tints of Blumine #335B67
RGB
CMYK
RGB Variations
Color information
#335B67 (or 0x335B67) is known color: Blumine. HEX triplet: 33, 5B and 67. RGB value is (51,91,103). Sum of RGB (Red+Green+Blue) = 51+91+103=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #335B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B67 is #CCA498. Grayscale: #505050. Windows color (decimal): -13411481 or 6773555. OLE color: 6773555.
HSL color Cylindrical-coordinate representation of color #335B67: hue angle of 193.85º 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 #335B67 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 91 | 103 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.60 |
| HSL | 193.85º | 0.34% | 0.3% | - |
| HSV(B) | 193.85º | 0.5% | 0.4% | - |
| XYZ | 7.55 | 9.17 | 14.2 | - |
| YUV | 80.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 103 | 0.50 | 0.12 | 0 | 0.60 | 193.85 | 0.34 | 0.3 |
| Hex | 33 | 5B | 67 | 32 | C | 0 | 3C | C2 | 22 | 1E |
| Octal | 63 | 133 | 147 | 62 | 14 | 0 | 74 | 302 | 42 | 36 |
| Binary | 110011 | 1011011 | 1100111 | 110010 | 1100 | 0 | 111100 | 11000010 | 100010 | 11110 |
Color Harmonies of #335B67
Complementary color
Monochromatic Colors of #335B67
Black with #335B67
Text Example
Text Example
White with #335B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B67; }
p { color: rgb(51,91,103); }
H1.HeaderClassName
{
color: #335B67;
}
.AnyTagClassName
{
color: #335B67;
}
</style>
background-color css
<style>
a { background-color: #335B67; }
a { background-color: rgb(51,91,103); }
div.DivClassName
{
background-color: #335B67;
}
.BgClassName
{
background-color: #335B67;
}
</style>
border-color css
<style>
span { border-color: #335B67; }
span { border-color: rgb(51,91,103); }
td.TdClassName
{
border-color: #335B67;
}
.TagClassName
{
border-color: #335B67;
}
</style>