Shades of Persian Blue #333EBD
Tints of Persian Blue #333EBD
RGB
CMYK
RGB Variations
Color information
#333EBD (or 0x333EBD) is known color: Persian Blue. HEX triplet: 33, 3E and BD. RGB value is (51,62,189). Sum of RGB (Red+Green+Blue) = 51+62+189=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #333EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EBD is #CCC142. Grayscale: #484848. Windows color (decimal): -13418819 or 12402227. OLE color: 12402227.
HSL color Cylindrical-coordinate representation of color #333EBD: hue angle of 235.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333EBD is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 62 | 189 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.26 |
| HSL | 235.22º | 0.58% | 0.47% | - |
| HSV(B) | 235.22º | 0.73% | 0.74% | - |
| XYZ | 12.27 | 7.82 | 49.01 | - |
| YUV | 73.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 189 | 0.73 | 0.67 | 0 | 0.26 | 235.22 | 0.58 | 0.47 |
| Hex | 33 | 3E | BD | 49 | 43 | 0 | 1A | EB | 3A | 2F |
| Octal | 63 | 76 | 275 | 111 | 103 | 0 | 32 | 353 | 72 | 57 |
| Binary | 110011 | 111110 | 10111101 | 1001001 | 1000011 | 0 | 11010 | 11101011 | 111010 | 101111 |
Color Harmonies of #333EBD
Complementary color
Monochromatic Colors of #333EBD
Black with #333EBD
Text Example
Text Example
White with #333EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333EBD; }
p { color: rgb(51,62,189); }
H1.HeaderClassName
{
color: #333EBD;
}
.AnyTagClassName
{
color: #333EBD;
}
</style>
background-color css
<style>
a { background-color: #333EBD; }
a { background-color: rgb(51,62,189); }
div.DivClassName
{
background-color: #333EBD;
}
.BgClassName
{
background-color: #333EBD;
}
</style>
border-color css
<style>
span { border-color: #333EBD; }
span { border-color: rgb(51,62,189); }
td.TdClassName
{
border-color: #333EBD;
}
.TagClassName
{
border-color: #333EBD;
}
</style>