Shades of Blumine #33667A
Tints of Blumine #33667A
RGB
CMYK
RGB Variations
Color information
#33667A (or 0x33667A) is known color: Blumine. HEX triplet: 33, 66 and 7A. RGB value is (51,102,122). Sum of RGB (Red+Green+Blue) = 51+102+122=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #33667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33667A is #CC9985. Grayscale: #585858. Windows color (decimal): -13408646 or 8021555. OLE color: 8021555.
HSL color Cylindrical-coordinate representation of color #33667A: hue angle of 196.9º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33667A is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 102 | 122 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.52 |
| HSL | 196.9º | 0.41% | 0.34% | - |
| HSV(B) | 196.9º | 0.58% | 0.48% | - |
| XYZ | 9.63 | 11.61 | 20.15 | - |
| YUV | 89.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 122 | 0.58 | 0.16 | 0 | 0.52 | 196.9 | 0.41 | 0.34 |
| Hex | 33 | 66 | 7A | 3A | 10 | 0 | 34 | C5 | 29 | 22 |
| Octal | 63 | 146 | 172 | 72 | 20 | 0 | 64 | 305 | 51 | 42 |
| Binary | 110011 | 1100110 | 1111010 | 111010 | 10000 | 0 | 110100 | 11000101 | 101001 | 100010 |
Color Harmonies of #33667A
Complementary color
Monochromatic Colors of #33667A
Black with #33667A
Text Example
Text Example
White with #33667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33667A; }
p { color: rgb(51,102,122); }
H1.HeaderClassName
{
color: #33667A;
}
.AnyTagClassName
{
color: #33667A;
}
</style>
background-color css
<style>
a { background-color: #33667A; }
a { background-color: rgb(51,102,122); }
div.DivClassName
{
background-color: #33667A;
}
.BgClassName
{
background-color: #33667A;
}
</style>
border-color css
<style>
span { border-color: #33667A; }
span { border-color: rgb(51,102,122); }
td.TdClassName
{
border-color: #33667A;
}
.TagClassName
{
border-color: #33667A;
}
</style>