Shades of Persian Blue #333BAE
Tints of Persian Blue #333BAE
RGB
CMYK
RGB Variations
Color information
#333BAE (or 0x333BAE) is known color: Persian Blue. HEX triplet: 33, 3B and AE. RGB value is (51,59,174). Sum of RGB (Red+Green+Blue) = 51+59+174=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #333BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BAE is #CCC451. Grayscale: #454545. Windows color (decimal): -13419602 or 11418419. OLE color: 11418419.
HSL color Cylindrical-coordinate representation of color #333BAE: hue angle of 236.1º degrees, saturation: 0.55, 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 #333BAE is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 59 | 174 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.32 |
| HSL | 236.1º | 0.55% | 0.44% | - |
| HSV(B) | 236.1º | 0.71% | 0.68% | - |
| XYZ | 10.57 | 6.89 | 40.82 | - |
| YUV | 69.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 174 | 0.71 | 0.66 | 0 | 0.32 | 236.1 | 0.55 | 0.44 |
| Hex | 33 | 3B | AE | 47 | 42 | 0 | 20 | EC | 37 | 2C |
| Octal | 63 | 73 | 256 | 107 | 102 | 0 | 40 | 354 | 67 | 54 |
| Binary | 110011 | 111011 | 10101110 | 1000111 | 1000010 | 0 | 100000 | 11101100 | 110111 | 101100 |
Color Harmonies of #333BAE
Complementary color
Monochromatic Colors of #333BAE
Black with #333BAE
Text Example
Text Example
White with #333BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BAE; }
p { color: rgb(51,59,174); }
H1.HeaderClassName
{
color: #333BAE;
}
.AnyTagClassName
{
color: #333BAE;
}
</style>
background-color css
<style>
a { background-color: #333BAE; }
a { background-color: rgb(51,59,174); }
div.DivClassName
{
background-color: #333BAE;
}
.BgClassName
{
background-color: #333BAE;
}
</style>
border-color css
<style>
span { border-color: #333BAE; }
span { border-color: rgb(51,59,174); }
td.TdClassName
{
border-color: #333BAE;
}
.TagClassName
{
border-color: #333BAE;
}
</style>