Shades of Blumine #3B6575
Tints of Blumine #3B6575
RGB
CMYK
RGB Variations
Color information
#3B6575 (or 0x3B6575) is known color: Blumine. HEX triplet: 3B, 65 and 75. RGB value is (59,101,117). Sum of RGB (Red+Green+Blue) = 59+101+117=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B6575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6575 is #C49A8A. Grayscale: #5A5A5A. Windows color (decimal): -12884619 or 7693627. OLE color: 7693627.
HSL color Cylindrical-coordinate representation of color #3B6575: hue angle of 196.55º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B6575 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 101 | 117 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.54 |
| HSL | 196.55º | 0.33% | 0.35% | - |
| HSV(B) | 196.55º | 0.5% | 0.46% | - |
| XYZ | 9.67 | 11.52 | 18.54 | - |
| YUV | 90.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 117 | 0.50 | 0.14 | 0 | 0.54 | 196.55 | 0.33 | 0.35 |
| Hex | 3B | 65 | 75 | 32 | E | 0 | 36 | C5 | 21 | 23 |
| Octal | 73 | 145 | 165 | 62 | 16 | 0 | 66 | 305 | 41 | 43 |
| Binary | 111011 | 1100101 | 1110101 | 110010 | 1110 | 0 | 110110 | 11000101 | 100001 | 100011 |
Color Harmonies of #3B6575
Complementary color
Monochromatic Colors of #3B6575
Black with #3B6575
Text Example
Text Example
White with #3B6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6575; }
p { color: rgb(59,101,117); }
H1.HeaderClassName
{
color: #3B6575;
}
.AnyTagClassName
{
color: #3B6575;
}
</style>
background-color css
<style>
a { background-color: #3B6575; }
a { background-color: rgb(59,101,117); }
div.DivClassName
{
background-color: #3B6575;
}
.BgClassName
{
background-color: #3B6575;
}
</style>
border-color css
<style>
span { border-color: #3B6575; }
span { border-color: rgb(59,101,117); }
td.TdClassName
{
border-color: #3B6575;
}
.TagClassName
{
border-color: #3B6575;
}
</style>