Shades of Blumine #36657B
Tints of Blumine #36657B
RGB
CMYK
RGB Variations
Color information
#36657B (or 0x36657B) is known color: Blumine. HEX triplet: 36, 65 and 7B. RGB value is (54,101,123). Sum of RGB (Red+Green+Blue) = 54+101+123=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #36657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36657B is #C99A84. Grayscale: #595959. Windows color (decimal): -13212293 or 8086838. OLE color: 8086838.
HSL color Cylindrical-coordinate representation of color #36657B: hue angle of 199.13º 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 #36657B is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 101 | 123 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.52 |
| HSL | 199.13º | 0.39% | 0.35% | - |
| HSV(B) | 199.13º | 0.56% | 0.48% | - |
| XYZ | 9.75 | 11.52 | 20.45 | - |
| YUV | 89.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 123 | 0.56 | 0.18 | 0 | 0.52 | 199.13 | 0.39 | 0.35 |
| Hex | 36 | 65 | 7B | 38 | 12 | 0 | 34 | C7 | 27 | 23 |
| Octal | 66 | 145 | 173 | 70 | 22 | 0 | 64 | 307 | 47 | 43 |
| Binary | 110110 | 1100101 | 1111011 | 111000 | 10010 | 0 | 110100 | 11000111 | 100111 | 100011 |
Color Harmonies of #36657B
Complementary color
Monochromatic Colors of #36657B
Black with #36657B
Text Example
Text Example
White with #36657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36657B; }
p { color: rgb(54,101,123); }
H1.HeaderClassName
{
color: #36657B;
}
.AnyTagClassName
{
color: #36657B;
}
</style>
background-color css
<style>
a { background-color: #36657B; }
a { background-color: rgb(54,101,123); }
div.DivClassName
{
background-color: #36657B;
}
.BgClassName
{
background-color: #36657B;
}
</style>
border-color css
<style>
span { border-color: #36657B; }
span { border-color: rgb(54,101,123); }
td.TdClassName
{
border-color: #36657B;
}
.TagClassName
{
border-color: #36657B;
}
</style>