Shades of Persian Blue #3326B2
Tints of Persian Blue #3326B2
RGB
CMYK
RGB Variations
Color information
#3326B2 (or 0x3326B2) is known color: Persian Blue. HEX triplet: 33, 26 and B2. RGB value is (51,38,178). Sum of RGB (Red+Green+Blue) = 51+38+178=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 178 (69.92% from 255 or 66.67% from 267); Max value from RGB is 178 - color contains mainly: blue. Hex color #3326B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3326B2 is #CCD94D. Grayscale: #393939. Windows color (decimal): -13424974 or 11675187. OLE color: 11675187.
HSL color Cylindrical-coordinate representation of color #3326B2: hue angle of 245.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3326B2 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 38 | 178 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.30 |
| HSL | 245.57º | 0.65% | 0.42% | - |
| HSV(B) | 245.57º | 0.79% | 0.7% | - |
| XYZ | 10.09 | 5.3 | 42.61 | - |
| YUV | 57.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 178 | 0.71 | 0.79 | 0 | 0.30 | 245.57 | 0.65 | 0.42 |
| Hex | 33 | 26 | B2 | 47 | 4F | 0 | 1E | F6 | 41 | 2A |
| Octal | 63 | 46 | 262 | 107 | 117 | 0 | 36 | 366 | 101 | 52 |
| Binary | 110011 | 100110 | 10110010 | 1000111 | 1001111 | 0 | 11110 | 11110110 | 1000001 | 101010 |
Color Harmonies of #3326B2
Complementary color
Monochromatic Colors of #3326B2
Black with #3326B2
Text Example
Text Example
White with #3326B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326B2; }
p { color: rgb(51,38,178); }
H1.HeaderClassName
{
color: #3326B2;
}
.AnyTagClassName
{
color: #3326B2;
}
</style>
background-color css
<style>
a { background-color: #3326B2; }
a { background-color: rgb(51,38,178); }
div.DivClassName
{
background-color: #3326B2;
}
.BgClassName
{
background-color: #3326B2;
}
</style>
border-color css
<style>
span { border-color: #3326B2; }
span { border-color: rgb(51,38,178); }
td.TdClassName
{
border-color: #3326B2;
}
.TagClassName
{
border-color: #3326B2;
}
</style>