Shades of Persian Blue #332ECC
Tints of Persian Blue #332ECC
RGB
CMYK
RGB Variations
Color information
#332ECC (or 0x332ECC) is known color: Persian Blue. HEX triplet: 33, 2E and CC. RGB value is (51,46,204). Sum of RGB (Red+Green+Blue) = 51+46+204=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #332ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ECC is #CCD133. Grayscale: #404040. Windows color (decimal): -13422900 or 13381171. OLE color: 13381171.
HSL color Cylindrical-coordinate representation of color #332ECC: hue angle of 241.9º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332ECC is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 46 | 204 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.2 |
| HSL | 241.9º | 0.63% | 0.49% | - |
| HSV(B) | 241.9º | 0.77% | 0.8% | - |
| XYZ | 13.24 | 7.02 | 57.78 | - |
| YUV | 65.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 204 | 0.75 | 0.77 | 0 | 0.2 | 241.9 | 0.63 | 0.49 |
| Hex | 33 | 2E | CC | 4B | 4D | 0 | 14 | F2 | 3F | 31 |
| Octal | 63 | 56 | 314 | 113 | 115 | 0 | 24 | 362 | 77 | 61 |
| Binary | 110011 | 101110 | 11001100 | 1001011 | 1001101 | 0 | 10100 | 11110010 | 111111 | 110001 |
Color Harmonies of #332ECC
Complementary color
Monochromatic Colors of #332ECC
Black with #332ECC
Text Example
Text Example
White with #332ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332ECC; }
p { color: rgb(51,46,204); }
H1.HeaderClassName
{
color: #332ECC;
}
.AnyTagClassName
{
color: #332ECC;
}
</style>
background-color css
<style>
a { background-color: #332ECC; }
a { background-color: rgb(51,46,204); }
div.DivClassName
{
background-color: #332ECC;
}
.BgClassName
{
background-color: #332ECC;
}
</style>
border-color css
<style>
span { border-color: #332ECC; }
span { border-color: rgb(51,46,204); }
td.TdClassName
{
border-color: #332ECC;
}
.TagClassName
{
border-color: #332ECC;
}
</style>