Shades of Blumine #336473
Tints of Blumine #336473
RGB
CMYK
RGB Variations
Color information
#336473 (or 0x336473) is known color: Blumine. HEX triplet: 33, 64 and 73. RGB value is (51,100,115). Sum of RGB (Red+Green+Blue) = 51+100+115=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #336473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336473 is #CC9B8C. Grayscale: #565656. Windows color (decimal): -13409165 or 7562291. OLE color: 7562291.
HSL color Cylindrical-coordinate representation of color #336473: hue angle of 194.06º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336473 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 100 | 115 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.55 |
| HSL | 194.06º | 0.39% | 0.33% | - |
| HSV(B) | 194.06º | 0.56% | 0.45% | - |
| XYZ | 9.02 | 11.06 | 17.88 | - |
| YUV | 87.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 115 | 0.56 | 0.13 | 0 | 0.55 | 194.06 | 0.39 | 0.33 |
| Hex | 33 | 64 | 73 | 38 | D | 0 | 37 | C2 | 27 | 21 |
| Octal | 63 | 144 | 163 | 70 | 15 | 0 | 67 | 302 | 47 | 41 |
| Binary | 110011 | 1100100 | 1110011 | 111000 | 1101 | 0 | 110111 | 11000010 | 100111 | 100001 |
Color Harmonies of #336473
Complementary color
Monochromatic Colors of #336473
Black with #336473
Text Example
Text Example
White with #336473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336473; }
p { color: rgb(51,100,115); }
H1.HeaderClassName
{
color: #336473;
}
.AnyTagClassName
{
color: #336473;
}
</style>
background-color css
<style>
a { background-color: #336473; }
a { background-color: rgb(51,100,115); }
div.DivClassName
{
background-color: #336473;
}
.BgClassName
{
background-color: #336473;
}
</style>
border-color css
<style>
span { border-color: #336473; }
span { border-color: rgb(51,100,115); }
td.TdClassName
{
border-color: #336473;
}
.TagClassName
{
border-color: #336473;
}
</style>