Shades of Blumine #336974
Tints of Blumine #336974
RGB
CMYK
RGB Variations
Color information
#336974 (or 0x336974) is known color: Blumine. HEX triplet: 33, 69 and 74. RGB value is (51,105,116). Sum of RGB (Red+Green+Blue) = 51+105+116=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #336974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336974 is #CC968B. Grayscale: #5A5A5A. Windows color (decimal): -13407884 or 7629107. OLE color: 7629107.
HSL color Cylindrical-coordinate representation of color #336974: hue angle of 190.15º 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 #336974 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 105 | 116 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.55 |
| HSL | 190.15º | 0.39% | 0.33% | - |
| HSV(B) | 190.15º | 0.56% | 0.45% | - |
| XYZ | 9.57 | 12.07 | 18.35 | - |
| YUV | 90.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 116 | 0.56 | 0.09 | 0 | 0.55 | 190.15 | 0.39 | 0.33 |
| Hex | 33 | 69 | 74 | 38 | 9 | 0 | 37 | BE | 27 | 21 |
| Octal | 63 | 151 | 164 | 70 | 11 | 0 | 67 | 276 | 47 | 41 |
| Binary | 110011 | 1101001 | 1110100 | 111000 | 1001 | 0 | 110111 | 10111110 | 100111 | 100001 |
Color Harmonies of #336974
Complementary color
Monochromatic Colors of #336974
Black with #336974
Text Example
Text Example
White with #336974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336974; }
p { color: rgb(51,105,116); }
H1.HeaderClassName
{
color: #336974;
}
.AnyTagClassName
{
color: #336974;
}
</style>
background-color css
<style>
a { background-color: #336974; }
a { background-color: rgb(51,105,116); }
div.DivClassName
{
background-color: #336974;
}
.BgClassName
{
background-color: #336974;
}
</style>
border-color css
<style>
span { border-color: #336974; }
span { border-color: rgb(51,105,116); }
td.TdClassName
{
border-color: #336974;
}
.TagClassName
{
border-color: #336974;
}
</style>