Shades of Persian Blue #332EC8
Tints of Persian Blue #332EC8
RGB
CMYK
RGB Variations
Color information
#332EC8 (or 0x332EC8) is known color: Persian Blue. HEX triplet: 33, 2E and C8. RGB value is (51,46,200). Sum of RGB (Red+Green+Blue) = 51+46+200=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #332EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EC8 is #CCD137. Grayscale: #404040. Windows color (decimal): -13422904 or 13119027. OLE color: 13119027.
HSL color Cylindrical-coordinate representation of color #332EC8: hue angle of 241.95º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332EC8 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 46 | 200 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.22 |
| HSL | 241.95º | 0.63% | 0.48% | - |
| HSV(B) | 241.95º | 0.77% | 0.78% | - |
| XYZ | 12.77 | 6.83 | 55.29 | - |
| YUV | 65.05 | 204.16 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 200 | 0.74 | 0.77 | 0 | 0.22 | 241.95 | 0.63 | 0.48 |
| Hex | 33 | 2E | C8 | 4A | 4D | 0 | 16 | F2 | 3F | 30 |
| Octal | 63 | 56 | 310 | 112 | 115 | 0 | 26 | 362 | 77 | 60 |
| Binary | 110011 | 101110 | 11001000 | 1001010 | 1001101 | 0 | 10110 | 11110010 | 111111 | 110000 |
Color Harmonies of #332EC8
Complementary color
Monochromatic Colors of #332EC8
Black with #332EC8
Text Example
Text Example
White with #332EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332EC8; }
p { color: rgb(51,46,200); }
H1.HeaderClassName
{
color: #332EC8;
}
.AnyTagClassName
{
color: #332EC8;
}
</style>
background-color css
<style>
a { background-color: #332EC8; }
a { background-color: rgb(51,46,200); }
div.DivClassName
{
background-color: #332EC8;
}
.BgClassName
{
background-color: #332EC8;
}
</style>
border-color css
<style>
span { border-color: #332EC8; }
span { border-color: rgb(51,46,200); }
td.TdClassName
{
border-color: #332EC8;
}
.TagClassName
{
border-color: #332EC8;
}
</style>