Shades of Egyptian Blue #2B369B
Tints of Egyptian Blue #2B369B
RGB
CMYK
RGB Variations
Color information
#2B369B (or 0x2B369B) is known color: Egyptian Blue. HEX triplet: 2B, 36 and 9B. RGB value is (43,54,155). Sum of RGB (Red+Green+Blue) = 43+54+155=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B369B is #D4C964. Grayscale: #3D3D3D. Windows color (decimal): -13945189 or 10171947. OLE color: 10171947.
HSL color Cylindrical-coordinate representation of color #2B369B: hue angle of 234.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B369B is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 54 | 155 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.39 |
| HSL | 234.11º | 0.57% | 0.39% | - |
| HSV(B) | 234.11º | 0.72% | 0.61% | - |
| XYZ | 8.23 | 5.52 | 31.64 | - |
| YUV | 62.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 155 | 0.72 | 0.65 | 0 | 0.39 | 234.11 | 0.57 | 0.39 |
| Hex | 2B | 36 | 9B | 48 | 41 | 0 | 27 | EA | 39 | 27 |
| Octal | 53 | 66 | 233 | 110 | 101 | 0 | 47 | 352 | 71 | 47 |
| Binary | 101011 | 110110 | 10011011 | 1001000 | 1000001 | 0 | 100111 | 11101010 | 111001 | 100111 |
Color Harmonies of #2B369B
Complementary color
Monochromatic Colors of #2B369B
Black with #2B369B
Text Example
Text Example
White with #2B369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B369B; }
p { color: rgb(43,54,155); }
H1.HeaderClassName
{
color: #2B369B;
}
.AnyTagClassName
{
color: #2B369B;
}
</style>
background-color css
<style>
a { background-color: #2B369B; }
a { background-color: rgb(43,54,155); }
div.DivClassName
{
background-color: #2B369B;
}
.BgClassName
{
background-color: #2B369B;
}
</style>
border-color css
<style>
span { border-color: #2B369B; }
span { border-color: rgb(43,54,155); }
td.TdClassName
{
border-color: #2B369B;
}
.TagClassName
{
border-color: #2B369B;
}
</style>