Shades of Blumine #3A5B6F
Tints of Blumine #3A5B6F
RGB
CMYK
RGB Variations
Color information
#3A5B6F (or 0x3A5B6F) is known color: Blumine. HEX triplet: 3A, 5B and 6F. RGB value is (58,91,111). Sum of RGB (Red+Green+Blue) = 58+91+111=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A5B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B6F is #C5A490. Grayscale: #535353. Windows color (decimal): -12952721 or 7297850. OLE color: 7297850.
HSL color Cylindrical-coordinate representation of color #3A5B6F: hue angle of 202.64º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5B6F is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 91 | 111 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.56 |
| HSL | 202.64º | 0.31% | 0.33% | - |
| HSV(B) | 202.64º | 0.48% | 0.44% | - |
| XYZ | 8.36 | 9.53 | 16.44 | - |
| YUV | 83.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 111 | 0.48 | 0.18 | 0 | 0.56 | 202.64 | 0.31 | 0.33 |
| Hex | 3A | 5B | 6F | 30 | 12 | 0 | 38 | CB | 1F | 21 |
| Octal | 72 | 133 | 157 | 60 | 22 | 0 | 70 | 313 | 37 | 41 |
| Binary | 111010 | 1011011 | 1101111 | 110000 | 10010 | 0 | 111000 | 11001011 | 11111 | 100001 |
Color Harmonies of #3A5B6F
Complementary color
Monochromatic Colors of #3A5B6F
Black with #3A5B6F
Text Example
Text Example
White with #3A5B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B6F; }
p { color: rgb(58,91,111); }
H1.HeaderClassName
{
color: #3A5B6F;
}
.AnyTagClassName
{
color: #3A5B6F;
}
</style>
background-color css
<style>
a { background-color: #3A5B6F; }
a { background-color: rgb(58,91,111); }
div.DivClassName
{
background-color: #3A5B6F;
}
.BgClassName
{
background-color: #3A5B6F;
}
</style>
border-color css
<style>
span { border-color: #3A5B6F; }
span { border-color: rgb(58,91,111); }
td.TdClassName
{
border-color: #3A5B6F;
}
.TagClassName
{
border-color: #3A5B6F;
}
</style>