Shades of Blumine #38596D
Tints of Blumine #38596D
RGB
CMYK
RGB Variations
Color information
#38596D (or 0x38596D) is known color: Blumine. HEX triplet: 38, 59 and 6D. RGB value is (56,89,109). Sum of RGB (Red+Green+Blue) = 56+89+109=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #38596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38596D is #C7A692. Grayscale: #515151. Windows color (decimal): -13084307 or 7166264. OLE color: 7166264.
HSL color Cylindrical-coordinate representation of color #38596D: hue angle of 202.64º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38596D is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 89 | 109 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.57 |
| HSL | 202.64º | 0.32% | 0.32% | - |
| HSV(B) | 202.64º | 0.49% | 0.43% | - |
| XYZ | 7.96 | 9.09 | 15.8 | - |
| YUV | 81.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 109 | 0.49 | 0.18 | 0 | 0.57 | 202.64 | 0.32 | 0.32 |
| Hex | 38 | 59 | 6D | 31 | 12 | 0 | 39 | CB | 20 | 20 |
| Octal | 70 | 131 | 155 | 61 | 22 | 0 | 71 | 313 | 40 | 40 |
| Binary | 111000 | 1011001 | 1101101 | 110001 | 10010 | 0 | 111001 | 11001011 | 100000 | 100000 |
Color Harmonies of #38596D
Complementary color
Monochromatic Colors of #38596D
Black with #38596D
Text Example
Text Example
White with #38596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38596D; }
p { color: rgb(56,89,109); }
H1.HeaderClassName
{
color: #38596D;
}
.AnyTagClassName
{
color: #38596D;
}
</style>
background-color css
<style>
a { background-color: #38596D; }
a { background-color: rgb(56,89,109); }
div.DivClassName
{
background-color: #38596D;
}
.BgClassName
{
background-color: #38596D;
}
</style>
border-color css
<style>
span { border-color: #38596D; }
span { border-color: rgb(56,89,109); }
td.TdClassName
{
border-color: #38596D;
}
.TagClassName
{
border-color: #38596D;
}
</style>