Shades of Persian Blue #333CA2
Tints of Persian Blue #333CA2
RGB
CMYK
RGB Variations
Color information
#333CA2 (or 0x333CA2) is known color: Persian Blue. HEX triplet: 33, 3C and A2. RGB value is (51,60,162). Sum of RGB (Red+Green+Blue) = 51+60+162=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #333CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333CA2 is #CCC35D. Grayscale: #444444. Windows color (decimal): -13419358 or 10632243. OLE color: 10632243.
HSL color Cylindrical-coordinate representation of color #333CA2: hue angle of 235.14º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #333CA2 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 60 | 162 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.36 |
| HSL | 235.14º | 0.52% | 0.42% | - |
| HSV(B) | 235.14º | 0.69% | 0.64% | - |
| XYZ | 9.5 | 6.54 | 34.94 | - |
| YUV | 68.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 162 | 0.69 | 0.63 | 0 | 0.36 | 235.14 | 0.52 | 0.42 |
| Hex | 33 | 3C | A2 | 45 | 3F | 0 | 24 | EB | 34 | 2A |
| Octal | 63 | 74 | 242 | 105 | 77 | 0 | 44 | 353 | 64 | 52 |
| Binary | 110011 | 111100 | 10100010 | 1000101 | 111111 | 0 | 100100 | 11101011 | 110100 | 101010 |
Color Harmonies of #333CA2
Complementary color
Monochromatic Colors of #333CA2
Black with #333CA2
Text Example
Text Example
White with #333CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CA2; }
p { color: rgb(51,60,162); }
H1.HeaderClassName
{
color: #333CA2;
}
.AnyTagClassName
{
color: #333CA2;
}
</style>
background-color css
<style>
a { background-color: #333CA2; }
a { background-color: rgb(51,60,162); }
div.DivClassName
{
background-color: #333CA2;
}
.BgClassName
{
background-color: #333CA2;
}
</style>
border-color css
<style>
span { border-color: #333CA2; }
span { border-color: rgb(51,60,162); }
td.TdClassName
{
border-color: #333CA2;
}
.TagClassName
{
border-color: #333CA2;
}
</style>