Shades of Persian Blue #3326C2
Tints of Persian Blue #3326C2
RGB
CMYK
RGB Variations
Color information
#3326C2 (or 0x3326C2) is known color: Persian Blue. HEX triplet: 33, 26 and C2. RGB value is (51,38,194). Sum of RGB (Red+Green+Blue) = 51+38+194=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 194 (76.17% from 255 or 68.55% from 283); Max value from RGB is 194 - color contains mainly: blue. Hex color #3326C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326C2 is #CCD93D. Grayscale: #3B3B3B. Windows color (decimal): -13424958 or 12723763. OLE color: 12723763.
HSL color Cylindrical-coordinate representation of color #3326C2: hue angle of 245º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3326C2 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 38 | 194 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.24 |
| HSL | 245º | 0.67% | 0.45% | - |
| HSV(B) | 245º | 0.8% | 0.76% | - |
| XYZ | 11.8 | 5.99 | 51.57 | - |
| YUV | 59.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 194 | 0.74 | 0.80 | 0 | 0.24 | 245 | 0.67 | 0.45 |
| Hex | 33 | 26 | C2 | 4A | 50 | 0 | 18 | F5 | 43 | 2D |
| Octal | 63 | 46 | 302 | 112 | 120 | 0 | 30 | 365 | 103 | 55 |
| Binary | 110011 | 100110 | 11000010 | 1001010 | 1010000 | 0 | 11000 | 11110101 | 1000011 | 101101 |
Color Harmonies of #3326C2
Complementary color
Monochromatic Colors of #3326C2
Black with #3326C2
Text Example
Text Example
White with #3326C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326C2; }
p { color: rgb(51,38,194); }
H1.HeaderClassName
{
color: #3326C2;
}
.AnyTagClassName
{
color: #3326C2;
}
</style>
background-color css
<style>
a { background-color: #3326C2; }
a { background-color: rgb(51,38,194); }
div.DivClassName
{
background-color: #3326C2;
}
.BgClassName
{
background-color: #3326C2;
}
</style>
border-color css
<style>
span { border-color: #3326C2; }
span { border-color: rgb(51,38,194); }
td.TdClassName
{
border-color: #3326C2;
}
.TagClassName
{
border-color: #3326C2;
}
</style>