Shades of Blumine #3A5C69
Tints of Blumine #3A5C69
RGB
CMYK
RGB Variations
Color information
#3A5C69 (or 0x3A5C69) is known color: Blumine. HEX triplet: 3A, 5C and 69. RGB value is (58,92,105). Sum of RGB (Red+Green+Blue) = 58+92+105=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A5C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C69 is #C5A396. Grayscale: #535353. Windows color (decimal): -12952471 or 6904890. OLE color: 6904890.
HSL color Cylindrical-coordinate representation of color #3A5C69: hue angle of 196.6º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A5C69 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 92 | 105 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.59 |
| HSL | 196.6º | 0.29% | 0.32% | - |
| HSV(B) | 196.6º | 0.45% | 0.41% | - |
| XYZ | 8.12 | 9.57 | 14.78 | - |
| YUV | 83.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 92 | 105 | 0.45 | 0.12 | 0 | 0.59 | 196.6 | 0.29 | 0.32 |
| Hex | 3A | 5C | 69 | 2D | C | 0 | 3B | C5 | 1D | 20 |
| Octal | 72 | 134 | 151 | 55 | 14 | 0 | 73 | 305 | 35 | 40 |
| Binary | 111010 | 1011100 | 1101001 | 101101 | 1100 | 0 | 111011 | 11000101 | 11101 | 100000 |
Color Harmonies of #3A5C69
Complementary color
Monochromatic Colors of #3A5C69
Black with #3A5C69
Text Example
Text Example
White with #3A5C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5C69; }
p { color: rgb(58,92,105); }
H1.HeaderClassName
{
color: #3A5C69;
}
.AnyTagClassName
{
color: #3A5C69;
}
</style>
background-color css
<style>
a { background-color: #3A5C69; }
a { background-color: rgb(58,92,105); }
div.DivClassName
{
background-color: #3A5C69;
}
.BgClassName
{
background-color: #3A5C69;
}
</style>
border-color css
<style>
span { border-color: #3A5C69; }
span { border-color: rgb(58,92,105); }
td.TdClassName
{
border-color: #3A5C69;
}
.TagClassName
{
border-color: #3A5C69;
}
</style>