Shades of Blumine #33667C
Tints of Blumine #33667C
RGB
CMYK
RGB Variations
Color information
#33667C (or 0x33667C) is known color: Blumine. HEX triplet: 33, 66 and 7C. RGB value is (51,102,124). Sum of RGB (Red+Green+Blue) = 51+102+124=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #33667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33667C is #CC9983. Grayscale: #595959. Windows color (decimal): -13408644 or 8152627. OLE color: 8152627.
HSL color Cylindrical-coordinate representation of color #33667C: hue angle of 198.08º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33667C is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 102 | 124 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.51 |
| HSL | 198.08º | 0.42% | 0.34% | - |
| HSV(B) | 198.08º | 0.59% | 0.49% | - |
| XYZ | 9.75 | 11.66 | 20.81 | - |
| YUV | 89.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 124 | 0.59 | 0.18 | 0 | 0.51 | 198.08 | 0.42 | 0.34 |
| Hex | 33 | 66 | 7C | 3B | 12 | 0 | 33 | C6 | 2A | 22 |
| Octal | 63 | 146 | 174 | 73 | 22 | 0 | 63 | 306 | 52 | 42 |
| Binary | 110011 | 1100110 | 1111100 | 111011 | 10010 | 0 | 110011 | 11000110 | 101010 | 100010 |
Color Harmonies of #33667C
Complementary color
Monochromatic Colors of #33667C
Black with #33667C
Text Example
Text Example
White with #33667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33667C; }
p { color: rgb(51,102,124); }
H1.HeaderClassName
{
color: #33667C;
}
.AnyTagClassName
{
color: #33667C;
}
</style>
background-color css
<style>
a { background-color: #33667C; }
a { background-color: rgb(51,102,124); }
div.DivClassName
{
background-color: #33667C;
}
.BgClassName
{
background-color: #33667C;
}
</style>
border-color css
<style>
span { border-color: #33667C; }
span { border-color: rgb(51,102,124); }
td.TdClassName
{
border-color: #33667C;
}
.TagClassName
{
border-color: #33667C;
}
</style>