Shades of Persian Blue #3322BD
Tints of Persian Blue #3322BD
RGB
CMYK
RGB Variations
Color information
#3322BD (or 0x3322BD) is known color: Persian Blue. HEX triplet: 33, 22 and BD. RGB value is (51,34,189). Sum of RGB (Red+Green+Blue) = 51+34+189=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #3322BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322BD is #CCDD42. Grayscale: #383838. Windows color (decimal): -13425987 or 12395059. OLE color: 12395059.
HSL color Cylindrical-coordinate representation of color #3322BD: hue angle of 246.58º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3322BD is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 34 | 189 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.26 |
| HSL | 246.58º | 0.7% | 0.44% | - |
| HSV(B) | 246.58º | 0.82% | 0.74% | - |
| XYZ | 11.12 | 5.52 | 48.62 | - |
| YUV | 56.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 189 | 0.73 | 0.82 | 0 | 0.26 | 246.58 | 0.7 | 0.44 |
| Hex | 33 | 22 | BD | 49 | 52 | 0 | 1A | F7 | 46 | 2C |
| Octal | 63 | 42 | 275 | 111 | 122 | 0 | 32 | 367 | 106 | 54 |
| Binary | 110011 | 100010 | 10111101 | 1001001 | 1010010 | 0 | 11010 | 11110111 | 1000110 | 101100 |
Color Harmonies of #3322BD
Complementary color
Monochromatic Colors of #3322BD
Black with #3322BD
Text Example
Text Example
White with #3322BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3322BD; }
p { color: rgb(51,34,189); }
H1.HeaderClassName
{
color: #3322BD;
}
.AnyTagClassName
{
color: #3322BD;
}
</style>
background-color css
<style>
a { background-color: #3322BD; }
a { background-color: rgb(51,34,189); }
div.DivClassName
{
background-color: #3322BD;
}
.BgClassName
{
background-color: #3322BD;
}
</style>
border-color css
<style>
span { border-color: #3322BD; }
span { border-color: rgb(51,34,189); }
td.TdClassName
{
border-color: #3322BD;
}
.TagClassName
{
border-color: #3322BD;
}
</style>