Shades of Blumine #3B5B6C
Tints of Blumine #3B5B6C
RGB
CMYK
RGB Variations
Color information
#3B5B6C (or 0x3B5B6C) is known color: Blumine. HEX triplet: 3B, 5B and 6C. RGB value is (59,91,108). Sum of RGB (Red+Green+Blue) = 59+91+108=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B5B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5B6C is #C4A493. Grayscale: #535353. Windows color (decimal): -12887188 or 7101243. OLE color: 7101243.
HSL color Cylindrical-coordinate representation of color #3B5B6C: hue angle of 200.82º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B5B6C is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 91 | 108 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.58 |
| HSL | 200.82º | 0.29% | 0.33% | - |
| HSV(B) | 200.82º | 0.45% | 0.42% | - |
| XYZ | 8.25 | 9.49 | 15.59 | - |
| YUV | 83.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 108 | 0.45 | 0.16 | 0 | 0.58 | 200.82 | 0.29 | 0.33 |
| Hex | 3B | 5B | 6C | 2D | 10 | 0 | 3A | C9 | 1D | 21 |
| Octal | 73 | 133 | 154 | 55 | 20 | 0 | 72 | 311 | 35 | 41 |
| Binary | 111011 | 1011011 | 1101100 | 101101 | 10000 | 0 | 111010 | 11001001 | 11101 | 100001 |
Color Harmonies of #3B5B6C
Complementary color
Monochromatic Colors of #3B5B6C
Black with #3B5B6C
Text Example
Text Example
White with #3B5B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5B6C; }
p { color: rgb(59,91,108); }
H1.HeaderClassName
{
color: #3B5B6C;
}
.AnyTagClassName
{
color: #3B5B6C;
}
</style>
background-color css
<style>
a { background-color: #3B5B6C; }
a { background-color: rgb(59,91,108); }
div.DivClassName
{
background-color: #3B5B6C;
}
.BgClassName
{
background-color: #3B5B6C;
}
</style>
border-color css
<style>
span { border-color: #3B5B6C; }
span { border-color: rgb(59,91,108); }
td.TdClassName
{
border-color: #3B5B6C;
}
.TagClassName
{
border-color: #3B5B6C;
}
</style>