Shades of Blumine #395C72
Tints of Blumine #395C72
RGB
CMYK
RGB Variations
Color information
#395C72 (or 0x395C72) is known color: Blumine. HEX triplet: 39, 5C and 72. RGB value is (57,92,114). Sum of RGB (Red+Green+Blue) = 57+92+114=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #395C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C72 is #C6A38D. Grayscale: #535353. Windows color (decimal): -13017998 or 7494713. OLE color: 7494713.
HSL color Cylindrical-coordinate representation of color #395C72: hue angle of 203.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395C72 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 92 | 114 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.55 |
| HSL | 203.16º | 0.33% | 0.34% | - |
| HSV(B) | 203.16º | 0.5% | 0.45% | - |
| XYZ | 8.55 | 9.74 | 17.35 | - |
| YUV | 84.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 114 | 0.50 | 0.19 | 0 | 0.55 | 203.16 | 0.33 | 0.34 |
| Hex | 39 | 5C | 72 | 32 | 13 | 0 | 37 | CB | 21 | 22 |
| Octal | 71 | 134 | 162 | 62 | 23 | 0 | 67 | 313 | 41 | 42 |
| Binary | 111001 | 1011100 | 1110010 | 110010 | 10011 | 0 | 110111 | 11001011 | 100001 | 100010 |
Color Harmonies of #395C72
Complementary color
Monochromatic Colors of #395C72
Black with #395C72
Text Example
Text Example
White with #395C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C72; }
p { color: rgb(57,92,114); }
H1.HeaderClassName
{
color: #395C72;
}
.AnyTagClassName
{
color: #395C72;
}
</style>
background-color css
<style>
a { background-color: #395C72; }
a { background-color: rgb(57,92,114); }
div.DivClassName
{
background-color: #395C72;
}
.BgClassName
{
background-color: #395C72;
}
</style>
border-color css
<style>
span { border-color: #395C72; }
span { border-color: rgb(57,92,114); }
td.TdClassName
{
border-color: #395C72;
}
.TagClassName
{
border-color: #395C72;
}
</style>