Shades of Blumine #2F5A6F
Tints of Blumine #2F5A6F
RGB
CMYK
RGB Variations
Color information
#2F5A6F (or 0x2F5A6F) is known color: Blumine. HEX triplet: 2F, 5A and 6F. RGB value is (47,90,111). Sum of RGB (Red+Green+Blue) = 47+90+111=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F5A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5A6F is #D0A590. Grayscale: #4F4F4F. Windows color (decimal): -13673873 or 7297583. OLE color: 7297583.
HSL color Cylindrical-coordinate representation of color #2F5A6F: hue angle of 199.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F5A6F is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 90 | 111 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.56 |
| HSL | 199.69º | 0.41% | 0.31% | - |
| HSV(B) | 199.69º | 0.58% | 0.44% | - |
| XYZ | 7.7 | 9.06 | 16.38 | - |
| YUV | 79.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 111 | 0.58 | 0.19 | 0 | 0.56 | 199.69 | 0.41 | 0.31 |
| Hex | 2F | 5A | 6F | 3A | 13 | 0 | 38 | C8 | 29 | 1F |
| Octal | 57 | 132 | 157 | 72 | 23 | 0 | 70 | 310 | 51 | 37 |
| Binary | 101111 | 1011010 | 1101111 | 111010 | 10011 | 0 | 111000 | 11001000 | 101001 | 11111 |
Color Harmonies of #2F5A6F
Complementary color
Monochromatic Colors of #2F5A6F
Black with #2F5A6F
Text Example
Text Example
White with #2F5A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A6F; }
p { color: rgb(47,90,111); }
H1.HeaderClassName
{
color: #2F5A6F;
}
.AnyTagClassName
{
color: #2F5A6F;
}
</style>
background-color css
<style>
a { background-color: #2F5A6F; }
a { background-color: rgb(47,90,111); }
div.DivClassName
{
background-color: #2F5A6F;
}
.BgClassName
{
background-color: #2F5A6F;
}
</style>
border-color css
<style>
span { border-color: #2F5A6F; }
span { border-color: rgb(47,90,111); }
td.TdClassName
{
border-color: #2F5A6F;
}
.TagClassName
{
border-color: #2F5A6F;
}
</style>