Shades of Blumine #3A6377
Tints of Blumine #3A6377
RGB
CMYK
RGB Variations
Color information
#3A6377 (or 0x3A6377) is known color: Blumine. HEX triplet: 3A, 63 and 77. RGB value is (58,99,119). Sum of RGB (Red+Green+Blue) = 58+99+119=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A6377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6377 is #C59C88. Grayscale: #585858. Windows color (decimal): -12950665 or 7824186. OLE color: 7824186.
HSL color Cylindrical-coordinate representation of color #3A6377: hue angle of 199.67º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A6377 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 99 | 119 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.53 |
| HSL | 199.67º | 0.34% | 0.35% | - |
| HSV(B) | 199.67º | 0.51% | 0.47% | - |
| XYZ | 9.54 | 11.16 | 19.1 | - |
| YUV | 89.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 119 | 0.51 | 0.17 | 0 | 0.53 | 199.67 | 0.34 | 0.35 |
| Hex | 3A | 63 | 77 | 33 | 11 | 0 | 35 | C8 | 22 | 23 |
| Octal | 72 | 143 | 167 | 63 | 21 | 0 | 65 | 310 | 42 | 43 |
| Binary | 111010 | 1100011 | 1110111 | 110011 | 10001 | 0 | 110101 | 11001000 | 100010 | 100011 |
Color Harmonies of #3A6377
Complementary color
Monochromatic Colors of #3A6377
Black with #3A6377
Text Example
Text Example
White with #3A6377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6377; }
p { color: rgb(58,99,119); }
H1.HeaderClassName
{
color: #3A6377;
}
.AnyTagClassName
{
color: #3A6377;
}
</style>
background-color css
<style>
a { background-color: #3A6377; }
a { background-color: rgb(58,99,119); }
div.DivClassName
{
background-color: #3A6377;
}
.BgClassName
{
background-color: #3A6377;
}
</style>
border-color css
<style>
span { border-color: #3A6377; }
span { border-color: rgb(58,99,119); }
td.TdClassName
{
border-color: #3A6377;
}
.TagClassName
{
border-color: #3A6377;
}
</style>