Shades of Persian Blue #333EAD
Tints of Persian Blue #333EAD
RGB
CMYK
RGB Variations
Color information
#333EAD (or 0x333EAD) is known color: Persian Blue. HEX triplet: 33, 3E and AD. RGB value is (51,62,173). Sum of RGB (Red+Green+Blue) = 51+62+173=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #333EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333EAD is #CCC152. Grayscale: #464646. Windows color (decimal): -13418835 or 11353651. OLE color: 11353651.
HSL color Cylindrical-coordinate representation of color #333EAD: hue angle of 234.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #333EAD is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 62 | 173 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.32 |
| HSL | 234.59º | 0.54% | 0.44% | - |
| HSV(B) | 234.59º | 0.71% | 0.68% | - |
| XYZ | 10.63 | 7.17 | 40.36 | - |
| YUV | 71.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 173 | 0.71 | 0.64 | 0 | 0.32 | 234.59 | 0.54 | 0.44 |
| Hex | 33 | 3E | AD | 47 | 40 | 0 | 20 | EB | 36 | 2C |
| Octal | 63 | 76 | 255 | 107 | 100 | 0 | 40 | 353 | 66 | 54 |
| Binary | 110011 | 111110 | 10101101 | 1000111 | 1000000 | 0 | 100000 | 11101011 | 110110 | 101100 |
Color Harmonies of #333EAD
Complementary color
Monochromatic Colors of #333EAD
Black with #333EAD
Text Example
Text Example
White with #333EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333EAD; }
p { color: rgb(51,62,173); }
H1.HeaderClassName
{
color: #333EAD;
}
.AnyTagClassName
{
color: #333EAD;
}
</style>
background-color css
<style>
a { background-color: #333EAD; }
a { background-color: rgb(51,62,173); }
div.DivClassName
{
background-color: #333EAD;
}
.BgClassName
{
background-color: #333EAD;
}
</style>
border-color css
<style>
span { border-color: #333EAD; }
span { border-color: rgb(51,62,173); }
td.TdClassName
{
border-color: #333EAD;
}
.TagClassName
{
border-color: #333EAD;
}
</style>