Shades of Blumine #2F5B67
Tints of Blumine #2F5B67
RGB
CMYK
RGB Variations
Color information
#2F5B67 (or 0x2F5B67) is known color: Blumine. HEX triplet: 2F, 5B and 67. RGB value is (47,91,103). Sum of RGB (Red+Green+Blue) = 47+91+103=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F5B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5B67 is #D0A498. Grayscale: #4F4F4F. Windows color (decimal): -13673625 or 6773551. OLE color: 6773551.
HSL color Cylindrical-coordinate representation of color #2F5B67: hue angle of 192.86º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F5B67 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 91 | 103 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.60 |
| HSL | 192.86º | 0.37% | 0.29% | - |
| HSV(B) | 192.86º | 0.54% | 0.4% | - |
| XYZ | 7.36 | 9.07 | 14.19 | - |
| YUV | 79.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 91 | 103 | 0.54 | 0.12 | 0 | 0.60 | 192.86 | 0.37 | 0.29 |
| Hex | 2F | 5B | 67 | 36 | C | 0 | 3C | C1 | 25 | 1D |
| Octal | 57 | 133 | 147 | 66 | 14 | 0 | 74 | 301 | 45 | 35 |
| Binary | 101111 | 1011011 | 1100111 | 110110 | 1100 | 0 | 111100 | 11000001 | 100101 | 11101 |
Color Harmonies of #2F5B67
Complementary color
Monochromatic Colors of #2F5B67
Black with #2F5B67
Text Example
Text Example
White with #2F5B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5B67; }
p { color: rgb(47,91,103); }
H1.HeaderClassName
{
color: #2F5B67;
}
.AnyTagClassName
{
color: #2F5B67;
}
</style>
background-color css
<style>
a { background-color: #2F5B67; }
a { background-color: rgb(47,91,103); }
div.DivClassName
{
background-color: #2F5B67;
}
.BgClassName
{
background-color: #2F5B67;
}
</style>
border-color css
<style>
span { border-color: #2F5B67; }
span { border-color: rgb(47,91,103); }
td.TdClassName
{
border-color: #2F5B67;
}
.TagClassName
{
border-color: #2F5B67;
}
</style>