Shades of Blumine #36667A
Tints of Blumine #36667A
RGB
CMYK
RGB Variations
Color information
#36667A (or 0x36667A) is known color: Blumine. HEX triplet: 36, 66 and 7A. RGB value is (54,102,122). Sum of RGB (Red+Green+Blue) = 54+102+122=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #36667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36667A is #C99985. Grayscale: #595959. Windows color (decimal): -13212038 or 8021558. OLE color: 8021558.
HSL color Cylindrical-coordinate representation of color #36667A: hue angle of 197.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36667A is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 102 | 122 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.52 |
| HSL | 197.65º | 0.39% | 0.35% | - |
| HSV(B) | 197.65º | 0.56% | 0.48% | - |
| XYZ | 9.79 | 11.69 | 20.15 | - |
| YUV | 89.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 122 | 0.56 | 0.16 | 0 | 0.52 | 197.65 | 0.39 | 0.35 |
| Hex | 36 | 66 | 7A | 38 | 10 | 0 | 34 | C6 | 27 | 23 |
| Octal | 66 | 146 | 172 | 70 | 20 | 0 | 64 | 306 | 47 | 43 |
| Binary | 110110 | 1100110 | 1111010 | 111000 | 10000 | 0 | 110100 | 11000110 | 100111 | 100011 |
Color Harmonies of #36667A
Complementary color
Monochromatic Colors of #36667A
Black with #36667A
Text Example
Text Example
White with #36667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36667A; }
p { color: rgb(54,102,122); }
H1.HeaderClassName
{
color: #36667A;
}
.AnyTagClassName
{
color: #36667A;
}
</style>
background-color css
<style>
a { background-color: #36667A; }
a { background-color: rgb(54,102,122); }
div.DivClassName
{
background-color: #36667A;
}
.BgClassName
{
background-color: #36667A;
}
</style>
border-color css
<style>
span { border-color: #36667A; }
span { border-color: rgb(54,102,122); }
td.TdClassName
{
border-color: #36667A;
}
.TagClassName
{
border-color: #36667A;
}
</style>