Shades of Egyptian Blue #2A359F
Tints of Egyptian Blue #2A359F
RGB
CMYK
RGB Variations
Color information
#2A359F (or 0x2A359F) is known color: Egyptian Blue. HEX triplet: 2A, 35 and 9F. RGB value is (42,53,159). Sum of RGB (Red+Green+Blue) = 42+53+159=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A359F is #D5CA60. Grayscale: #3D3D3D. Windows color (decimal): -14010977 or 10433834. OLE color: 10433834.
HSL color Cylindrical-coordinate representation of color #2A359F: hue angle of 234.36º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A359F is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 53 | 159 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.38 |
| HSL | 234.36º | 0.58% | 0.39% | - |
| HSV(B) | 234.36º | 0.74% | 0.62% | - |
| XYZ | 8.49 | 5.54 | 33.42 | - |
| YUV | 61.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 159 | 0.74 | 0.67 | 0 | 0.38 | 234.36 | 0.58 | 0.39 |
| Hex | 2A | 35 | 9F | 4A | 43 | 0 | 26 | EA | 3A | 27 |
| Octal | 52 | 65 | 237 | 112 | 103 | 0 | 46 | 352 | 72 | 47 |
| Binary | 101010 | 110101 | 10011111 | 1001010 | 1000011 | 0 | 100110 | 11101010 | 111010 | 100111 |
Color Harmonies of #2A359F
Complementary color
Monochromatic Colors of #2A359F
Black with #2A359F
Text Example
Text Example
White with #2A359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A359F; }
p { color: rgb(42,53,159); }
H1.HeaderClassName
{
color: #2A359F;
}
.AnyTagClassName
{
color: #2A359F;
}
</style>
background-color css
<style>
a { background-color: #2A359F; }
a { background-color: rgb(42,53,159); }
div.DivClassName
{
background-color: #2A359F;
}
.BgClassName
{
background-color: #2A359F;
}
</style>
border-color css
<style>
span { border-color: #2A359F; }
span { border-color: rgb(42,53,159); }
td.TdClassName
{
border-color: #2A359F;
}
.TagClassName
{
border-color: #2A359F;
}
</style>