Shades of Blumine #3A6378
Tints of Blumine #3A6378
RGB
CMYK
RGB Variations
Color information
#3A6378 (or 0x3A6378) is known color: Blumine. HEX triplet: 3A, 63 and 78. RGB value is (58,99,120). Sum of RGB (Red+Green+Blue) = 58+99+120=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A6378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6378 is #C59C87. Grayscale: #595959. Windows color (decimal): -12950664 or 7889722. OLE color: 7889722.
HSL color Cylindrical-coordinate representation of color #3A6378: hue angle of 200.32º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A6378 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 99 | 120 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.53 |
| HSL | 200.32º | 0.35% | 0.35% | - |
| HSV(B) | 200.32º | 0.52% | 0.47% | - |
| XYZ | 9.6 | 11.18 | 19.42 | - |
| YUV | 89.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 120 | 0.52 | 0.17 | 0 | 0.53 | 200.32 | 0.35 | 0.35 |
| Hex | 3A | 63 | 78 | 34 | 11 | 0 | 35 | C8 | 23 | 23 |
| Octal | 72 | 143 | 170 | 64 | 21 | 0 | 65 | 310 | 43 | 43 |
| Binary | 111010 | 1100011 | 1111000 | 110100 | 10001 | 0 | 110101 | 11001000 | 100011 | 100011 |
Color Harmonies of #3A6378
Complementary color
Monochromatic Colors of #3A6378
Black with #3A6378
Text Example
Text Example
White with #3A6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6378; }
p { color: rgb(58,99,120); }
H1.HeaderClassName
{
color: #3A6378;
}
.AnyTagClassName
{
color: #3A6378;
}
</style>
background-color css
<style>
a { background-color: #3A6378; }
a { background-color: rgb(58,99,120); }
div.DivClassName
{
background-color: #3A6378;
}
.BgClassName
{
background-color: #3A6378;
}
</style>
border-color css
<style>
span { border-color: #3A6378; }
span { border-color: rgb(58,99,120); }
td.TdClassName
{
border-color: #3A6378;
}
.TagClassName
{
border-color: #3A6378;
}
</style>