Shades of Blumine #3B5E6E
Tints of Blumine #3B5E6E
RGB
CMYK
RGB Variations
Color information
#3B5E6E (or 0x3B5E6E) is known color: Blumine. HEX triplet: 3B, 5E and 6E. RGB value is (59,94,110). Sum of RGB (Red+Green+Blue) = 59+94+110=263 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.43% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B5E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5E6E is #C4A191. Grayscale: #555555. Windows color (decimal): -12886418 or 7233083. OLE color: 7233083.
HSL color Cylindrical-coordinate representation of color #3B5E6E: hue angle of 198.82º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B5E6E is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 94 | 110 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.57 |
| HSL | 198.82º | 0.3% | 0.33% | - |
| HSV(B) | 198.82º | 0.46% | 0.43% | - |
| XYZ | 8.62 | 10.06 | 16.24 | - |
| YUV | 85.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 94 | 110 | 0.46 | 0.15 | 0 | 0.57 | 198.82 | 0.3 | 0.33 |
| Hex | 3B | 5E | 6E | 2E | F | 0 | 39 | C7 | 1E | 21 |
| Octal | 73 | 136 | 156 | 56 | 17 | 0 | 71 | 307 | 36 | 41 |
| Binary | 111011 | 1011110 | 1101110 | 101110 | 1111 | 0 | 111001 | 11000111 | 11110 | 100001 |
Color Harmonies of #3B5E6E
Complementary color
Monochromatic Colors of #3B5E6E
Black with #3B5E6E
Text Example
Text Example
White with #3B5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5E6E; }
p { color: rgb(59,94,110); }
H1.HeaderClassName
{
color: #3B5E6E;
}
.AnyTagClassName
{
color: #3B5E6E;
}
</style>
background-color css
<style>
a { background-color: #3B5E6E; }
a { background-color: rgb(59,94,110); }
div.DivClassName
{
background-color: #3B5E6E;
}
.BgClassName
{
background-color: #3B5E6E;
}
</style>
border-color css
<style>
span { border-color: #3B5E6E; }
span { border-color: rgb(59,94,110); }
td.TdClassName
{
border-color: #3B5E6E;
}
.TagClassName
{
border-color: #3B5E6E;
}
</style>