Shades of Persian Blue #3322CB
Tints of Persian Blue #3322CB
RGB
CMYK
RGB Variations
Color information
#3322CB (or 0x3322CB) is known color: Persian Blue. HEX triplet: 33, 22 and CB. RGB value is (51,34,203). Sum of RGB (Red+Green+Blue) = 51+34+203=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #3322CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322CB is #CCDD34. Grayscale: #393939. Windows color (decimal): -13425973 or 13312563. OLE color: 13312563.
HSL color Cylindrical-coordinate representation of color #3322CB: hue angle of 246.04º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3322CB is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 34 | 203 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.20 |
| HSL | 246.04º | 0.71% | 0.46% | - |
| HSV(B) | 246.04º | 0.83% | 0.8% | - |
| XYZ | 12.72 | 6.16 | 57.02 | - |
| YUV | 58.35 | 209.63 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 203 | 0.75 | 0.83 | 0 | 0.20 | 246.04 | 0.71 | 0.46 |
| Hex | 33 | 22 | CB | 4B | 53 | 0 | 14 | F6 | 47 | 2E |
| Octal | 63 | 42 | 313 | 113 | 123 | 0 | 24 | 366 | 107 | 56 |
| Binary | 110011 | 100010 | 11001011 | 1001011 | 1010011 | 0 | 10100 | 11110110 | 1000111 | 101110 |
Color Harmonies of #3322CB
Complementary color
Monochromatic Colors of #3322CB
Black with #3322CB
Text Example
Text Example
White with #3322CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3322CB; }
p { color: rgb(51,34,203); }
H1.HeaderClassName
{
color: #3322CB;
}
.AnyTagClassName
{
color: #3322CB;
}
</style>
background-color css
<style>
a { background-color: #3322CB; }
a { background-color: rgb(51,34,203); }
div.DivClassName
{
background-color: #3322CB;
}
.BgClassName
{
background-color: #3322CB;
}
</style>
border-color css
<style>
span { border-color: #3322CB; }
span { border-color: rgb(51,34,203); }
td.TdClassName
{
border-color: #3322CB;
}
.TagClassName
{
border-color: #3322CB;
}
</style>