Shades of Blumine #36677B
Tints of Blumine #36677B
RGB
CMYK
RGB Variations
Color information
#36677B (or 0x36677B) is known color: Blumine. HEX triplet: 36, 67 and 7B. RGB value is (54,103,123). Sum of RGB (Red+Green+Blue) = 54+103+123=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #36677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36677B is #C99884. Grayscale: #5A5A5A. Windows color (decimal): -13211781 or 8087350. OLE color: 8087350.
HSL color Cylindrical-coordinate representation of color #36677B: hue angle of 197.39º 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 #36677B is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 103 | 123 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.52 |
| HSL | 197.39º | 0.39% | 0.35% | - |
| HSV(B) | 197.39º | 0.56% | 0.48% | - |
| XYZ | 9.95 | 11.91 | 20.51 | - |
| YUV | 90.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 123 | 0.56 | 0.16 | 0 | 0.52 | 197.39 | 0.39 | 0.35 |
| Hex | 36 | 67 | 7B | 38 | 10 | 0 | 34 | C5 | 27 | 23 |
| Octal | 66 | 147 | 173 | 70 | 20 | 0 | 64 | 305 | 47 | 43 |
| Binary | 110110 | 1100111 | 1111011 | 111000 | 10000 | 0 | 110100 | 11000101 | 100111 | 100011 |
Color Harmonies of #36677B
Complementary color
Monochromatic Colors of #36677B
Black with #36677B
Text Example
Text Example
White with #36677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36677B; }
p { color: rgb(54,103,123); }
H1.HeaderClassName
{
color: #36677B;
}
.AnyTagClassName
{
color: #36677B;
}
</style>
background-color css
<style>
a { background-color: #36677B; }
a { background-color: rgb(54,103,123); }
div.DivClassName
{
background-color: #36677B;
}
.BgClassName
{
background-color: #36677B;
}
</style>
border-color css
<style>
span { border-color: #36677B; }
span { border-color: rgb(54,103,123); }
td.TdClassName
{
border-color: #36677B;
}
.TagClassName
{
border-color: #36677B;
}
</style>