Shades of Persian Blue #333BAD
Tints of Persian Blue #333BAD
RGB
CMYK
RGB Variations
Color information
#333BAD (or 0x333BAD) is known color: Persian Blue. HEX triplet: 33, 3B and AD. RGB value is (51,59,173). Sum of RGB (Red+Green+Blue) = 51+59+173=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #333BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BAD is #CCC452. Grayscale: #454545. Windows color (decimal): -13419603 or 11352883. OLE color: 11352883.
HSL color Cylindrical-coordinate representation of color #333BAD: hue angle of 236.07º 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 #333BAD is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 59 | 173 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.32 |
| HSL | 236.07º | 0.54% | 0.44% | - |
| HSV(B) | 236.07º | 0.71% | 0.68% | - |
| XYZ | 10.47 | 6.85 | 40.31 | - |
| YUV | 69.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 173 | 0.71 | 0.66 | 0 | 0.32 | 236.07 | 0.54 | 0.44 |
| Hex | 33 | 3B | AD | 47 | 42 | 0 | 20 | EC | 36 | 2C |
| Octal | 63 | 73 | 255 | 107 | 102 | 0 | 40 | 354 | 66 | 54 |
| Binary | 110011 | 111011 | 10101101 | 1000111 | 1000010 | 0 | 100000 | 11101100 | 110110 | 101100 |
Color Harmonies of #333BAD
Complementary color
Monochromatic Colors of #333BAD
Black with #333BAD
Text Example
Text Example
White with #333BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BAD; }
p { color: rgb(51,59,173); }
H1.HeaderClassName
{
color: #333BAD;
}
.AnyTagClassName
{
color: #333BAD;
}
</style>
background-color css
<style>
a { background-color: #333BAD; }
a { background-color: rgb(51,59,173); }
div.DivClassName
{
background-color: #333BAD;
}
.BgClassName
{
background-color: #333BAD;
}
</style>
border-color css
<style>
span { border-color: #333BAD; }
span { border-color: rgb(51,59,173); }
td.TdClassName
{
border-color: #333BAD;
}
.TagClassName
{
border-color: #333BAD;
}
</style>