Shades of Persian Blue #3326AD
Tints of Persian Blue #3326AD
RGB
CMYK
RGB Variations
Color information
#3326AD (or 0x3326AD) is known color: Persian Blue. HEX triplet: 33, 26 and AD. RGB value is (51,38,173). Sum of RGB (Red+Green+Blue) = 51+38+173=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #3326AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3326AD is #CCD952. Grayscale: #383838. Windows color (decimal): -13424979 or 11347507. OLE color: 11347507.
HSL color Cylindrical-coordinate representation of color #3326AD: hue angle of 245.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3326AD is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 38 | 173 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.32 |
| HSL | 245.78º | 0.64% | 0.41% | - |
| HSV(B) | 245.78º | 0.78% | 0.68% | - |
| XYZ | 9.6 | 5.11 | 40.01 | - |
| YUV | 57.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 173 | 0.71 | 0.78 | 0 | 0.32 | 245.78 | 0.64 | 0.41 |
| Hex | 33 | 26 | AD | 47 | 4E | 0 | 20 | F6 | 40 | 29 |
| Octal | 63 | 46 | 255 | 107 | 116 | 0 | 40 | 366 | 100 | 51 |
| Binary | 110011 | 100110 | 10101101 | 1000111 | 1001110 | 0 | 100000 | 11110110 | 1000000 | 101001 |
Color Harmonies of #3326AD
Complementary color
Monochromatic Colors of #3326AD
Black with #3326AD
Text Example
Text Example
White with #3326AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326AD; }
p { color: rgb(51,38,173); }
H1.HeaderClassName
{
color: #3326AD;
}
.AnyTagClassName
{
color: #3326AD;
}
</style>
background-color css
<style>
a { background-color: #3326AD; }
a { background-color: rgb(51,38,173); }
div.DivClassName
{
background-color: #3326AD;
}
.BgClassName
{
background-color: #3326AD;
}
</style>
border-color css
<style>
span { border-color: #3326AD; }
span { border-color: rgb(51,38,173); }
td.TdClassName
{
border-color: #3326AD;
}
.TagClassName
{
border-color: #3326AD;
}
</style>