Shades of Blumine #38586A
Tints of Blumine #38586A
RGB
CMYK
RGB Variations
Color information
#38586A (or 0x38586A) is known color: Blumine. HEX triplet: 38, 58 and 6A. RGB value is (56,88,106). Sum of RGB (Red+Green+Blue) = 56+88+106=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #38586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38586A is #C7A795. Grayscale: #505050. Windows color (decimal): -13084566 or 6969400. OLE color: 6969400.
HSL color Cylindrical-coordinate representation of color #38586A: hue angle of 201.6º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38586A is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 88 | 106 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.58 |
| HSL | 201.6º | 0.31% | 0.32% | - |
| HSV(B) | 201.6º | 0.47% | 0.42% | - |
| XYZ | 7.72 | 8.86 | 14.94 | - |
| YUV | 80.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 106 | 0.47 | 0.17 | 0 | 0.58 | 201.6 | 0.31 | 0.32 |
| Hex | 38 | 58 | 6A | 2F | 11 | 0 | 3A | CA | 1F | 20 |
| Octal | 70 | 130 | 152 | 57 | 21 | 0 | 72 | 312 | 37 | 40 |
| Binary | 111000 | 1011000 | 1101010 | 101111 | 10001 | 0 | 111010 | 11001010 | 11111 | 100000 |
Color Harmonies of #38586A
Complementary color
Monochromatic Colors of #38586A
Black with #38586A
Text Example
Text Example
White with #38586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38586A; }
p { color: rgb(56,88,106); }
H1.HeaderClassName
{
color: #38586A;
}
.AnyTagClassName
{
color: #38586A;
}
</style>
background-color css
<style>
a { background-color: #38586A; }
a { background-color: rgb(56,88,106); }
div.DivClassName
{
background-color: #38586A;
}
.BgClassName
{
background-color: #38586A;
}
</style>
border-color css
<style>
span { border-color: #38586A; }
span { border-color: rgb(56,88,106); }
td.TdClassName
{
border-color: #38586A;
}
.TagClassName
{
border-color: #38586A;
}
</style>