Shades of Persian Blue #332ACE
Tints of Persian Blue #332ACE
RGB
CMYK
RGB Variations
Color information
#332ACE (or 0x332ACE) is known color: Persian Blue. HEX triplet: 33, 2A and CE. RGB value is (51,42,206). Sum of RGB (Red+Green+Blue) = 51+42+206=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #332ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ACE is #CCD531. Grayscale: #3E3E3E. Windows color (decimal): -13423922 or 13511219. OLE color: 13511219.
HSL color Cylindrical-coordinate representation of color #332ACE: hue angle of 243.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332ACE is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 42 | 206 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.19 |
| HSL | 243.29º | 0.66% | 0.49% | - |
| HSV(B) | 243.29º | 0.8% | 0.81% | - |
| XYZ | 13.33 | 6.82 | 59.01 | - |
| YUV | 63.39 | 208.48 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 206 | 0.75 | 0.80 | 0 | 0.19 | 243.29 | 0.66 | 0.49 |
| Hex | 33 | 2A | CE | 4B | 50 | 0 | 13 | F3 | 42 | 31 |
| Octal | 63 | 52 | 316 | 113 | 120 | 0 | 23 | 363 | 102 | 61 |
| Binary | 110011 | 101010 | 11001110 | 1001011 | 1010000 | 0 | 10011 | 11110011 | 1000010 | 110001 |
Color Harmonies of #332ACE
Complementary color
Monochromatic Colors of #332ACE
Black with #332ACE
Text Example
Text Example
White with #332ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332ACE; }
p { color: rgb(51,42,206); }
H1.HeaderClassName
{
color: #332ACE;
}
.AnyTagClassName
{
color: #332ACE;
}
</style>
background-color css
<style>
a { background-color: #332ACE; }
a { background-color: rgb(51,42,206); }
div.DivClassName
{
background-color: #332ACE;
}
.BgClassName
{
background-color: #332ACE;
}
</style>
border-color css
<style>
span { border-color: #332ACE; }
span { border-color: rgb(51,42,206); }
td.TdClassName
{
border-color: #332ACE;
}
.TagClassName
{
border-color: #332ACE;
}
</style>