Shades of Blumine #3A5E6A
Tints of Blumine #3A5E6A
RGB
CMYK
RGB Variations
Color information
#3A5E6A (or 0x3A5E6A) is known color: Blumine. HEX triplet: 3A, 5E and 6A. RGB value is (58,94,106). Sum of RGB (Red+Green+Blue) = 58+94+106=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A5E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E6A is #C5A195. Grayscale: #545454. Windows color (decimal): -12951958 or 6970938. OLE color: 6970938.
HSL color Cylindrical-coordinate representation of color #3A5E6A: hue angle of 195º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A5E6A is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 94 | 106 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.58 |
| HSL | 195º | 0.29% | 0.32% | - |
| HSV(B) | 195º | 0.45% | 0.42% | - |
| XYZ | 8.35 | 9.95 | 15.12 | - |
| YUV | 84.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 106 | 0.45 | 0.11 | 0 | 0.58 | 195 | 0.29 | 0.32 |
| Hex | 3A | 5E | 6A | 2D | B | 0 | 3A | C3 | 1D | 20 |
| Octal | 72 | 136 | 152 | 55 | 13 | 0 | 72 | 303 | 35 | 40 |
| Binary | 111010 | 1011110 | 1101010 | 101101 | 1011 | 0 | 111010 | 11000011 | 11101 | 100000 |
Color Harmonies of #3A5E6A
Complementary color
Monochromatic Colors of #3A5E6A
Black with #3A5E6A
Text Example
Text Example
White with #3A5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E6A; }
p { color: rgb(58,94,106); }
H1.HeaderClassName
{
color: #3A5E6A;
}
.AnyTagClassName
{
color: #3A5E6A;
}
</style>
background-color css
<style>
a { background-color: #3A5E6A; }
a { background-color: rgb(58,94,106); }
div.DivClassName
{
background-color: #3A5E6A;
}
.BgClassName
{
background-color: #3A5E6A;
}
</style>
border-color css
<style>
span { border-color: #3A5E6A; }
span { border-color: rgb(58,94,106); }
td.TdClassName
{
border-color: #3A5E6A;
}
.TagClassName
{
border-color: #3A5E6A;
}
</style>