Shades of Blumine #2F5A6E
Tints of Blumine #2F5A6E
RGB
CMYK
RGB Variations
Color information
#2F5A6E (or 0x2F5A6E) is known color: Blumine. HEX triplet: 2F, 5A and 6E. RGB value is (47,90,110). Sum of RGB (Red+Green+Blue) = 47+90+110=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F5A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5A6E is #D0A591. Grayscale: #4F4F4F. Windows color (decimal): -13673874 or 7232047. OLE color: 7232047.
HSL color Cylindrical-coordinate representation of color #2F5A6E: hue angle of 199.05º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F5A6E is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 90 | 110 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.57 |
| HSL | 199.05º | 0.4% | 0.31% | - |
| HSV(B) | 199.05º | 0.57% | 0.43% | - |
| XYZ | 7.64 | 9.04 | 16.09 | - |
| YUV | 79.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 110 | 0.57 | 0.18 | 0 | 0.57 | 199.05 | 0.4 | 0.31 |
| Hex | 2F | 5A | 6E | 39 | 12 | 0 | 39 | C7 | 28 | 1F |
| Octal | 57 | 132 | 156 | 71 | 22 | 0 | 71 | 307 | 50 | 37 |
| Binary | 101111 | 1011010 | 1101110 | 111001 | 10010 | 0 | 111001 | 11000111 | 101000 | 11111 |
Color Harmonies of #2F5A6E
Complementary color
Monochromatic Colors of #2F5A6E
Black with #2F5A6E
Text Example
Text Example
White with #2F5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A6E; }
p { color: rgb(47,90,110); }
H1.HeaderClassName
{
color: #2F5A6E;
}
.AnyTagClassName
{
color: #2F5A6E;
}
</style>
background-color css
<style>
a { background-color: #2F5A6E; }
a { background-color: rgb(47,90,110); }
div.DivClassName
{
background-color: #2F5A6E;
}
.BgClassName
{
background-color: #2F5A6E;
}
</style>
border-color css
<style>
span { border-color: #2F5A6E; }
span { border-color: rgb(47,90,110); }
td.TdClassName
{
border-color: #2F5A6E;
}
.TagClassName
{
border-color: #2F5A6E;
}
</style>