Shades of Egyptian Blue #2F369F
Tints of Egyptian Blue #2F369F
RGB
CMYK
RGB Variations
Color information
#2F369F (or 0x2F369F) is known color: Egyptian Blue. HEX triplet: 2F, 36 and 9F. RGB value is (47,54,159). Sum of RGB (Red+Green+Blue) = 47+54+159=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F369F is #D0C960. Grayscale: #3F3F3F. Windows color (decimal): -13683041 or 10434095. OLE color: 10434095.
HSL color Cylindrical-coordinate representation of color #2F369F: hue angle of 236.25º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F369F is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 54 | 159 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.38 |
| HSL | 236.25º | 0.54% | 0.4% | - |
| HSV(B) | 236.25º | 0.7% | 0.62% | - |
| XYZ | 8.75 | 5.75 | 33.45 | - |
| YUV | 63.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 159 | 0.70 | 0.66 | 0 | 0.38 | 236.25 | 0.54 | 0.4 |
| Hex | 2F | 36 | 9F | 46 | 42 | 0 | 26 | EC | 36 | 28 |
| Octal | 57 | 66 | 237 | 106 | 102 | 0 | 46 | 354 | 66 | 50 |
| Binary | 101111 | 110110 | 10011111 | 1000110 | 1000010 | 0 | 100110 | 11101100 | 110110 | 101000 |
Color Harmonies of #2F369F
Complementary color
Monochromatic Colors of #2F369F
Black with #2F369F
Text Example
Text Example
White with #2F369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F369F; }
p { color: rgb(47,54,159); }
H1.HeaderClassName
{
color: #2F369F;
}
.AnyTagClassName
{
color: #2F369F;
}
</style>
background-color css
<style>
a { background-color: #2F369F; }
a { background-color: rgb(47,54,159); }
div.DivClassName
{
background-color: #2F369F;
}
.BgClassName
{
background-color: #2F369F;
}
</style>
border-color css
<style>
span { border-color: #2F369F; }
span { border-color: rgb(47,54,159); }
td.TdClassName
{
border-color: #2F369F;
}
.TagClassName
{
border-color: #2F369F;
}
</style>