Shades of Persian Blue #323CC8
Tints of Persian Blue #323CC8
RGB
CMYK
RGB Variations
Color information
#323CC8 (or 0x323CC8) is known color: Persian Blue. HEX triplet: 32, 3C and C8. RGB value is (50,60,200). Sum of RGB (Red+Green+Blue) = 50+60+200=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #323CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CC8 is #CDC337. Grayscale: #484848. Windows color (decimal): -13484856 or 13122610. OLE color: 13122610.
HSL color Cylindrical-coordinate representation of color #323CC8: hue angle of 236º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323CC8 is Cyan = 0.75, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 60 | 200 | - |
| CMYK | 0.75 | 0.7 | 0 | 0.22 |
| HSL | 236º | 0.6% | 0.49% | - |
| HSV(B) | 236º | 0.75% | 0.78% | - |
| XYZ | 13.36 | 8.08 | 55.5 | - |
| YUV | 72.97 | 199.69 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 200 | 0.75 | 0.7 | 0 | 0.22 | 236 | 0.6 | 0.49 |
| Hex | 32 | 3C | C8 | 4B | 46 | 0 | 16 | EC | 3C | 31 |
| Octal | 62 | 74 | 310 | 113 | 106 | 0 | 26 | 354 | 74 | 61 |
| Binary | 110010 | 111100 | 11001000 | 1001011 | 1000110 | 0 | 10110 | 11101100 | 111100 | 110001 |
Color Harmonies of #323CC8
Complementary color
Monochromatic Colors of #323CC8
Black with #323CC8
Text Example
Text Example
White with #323CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CC8; }
p { color: rgb(50,60,200); }
H1.HeaderClassName
{
color: #323CC8;
}
.AnyTagClassName
{
color: #323CC8;
}
</style>
background-color css
<style>
a { background-color: #323CC8; }
a { background-color: rgb(50,60,200); }
div.DivClassName
{
background-color: #323CC8;
}
.BgClassName
{
background-color: #323CC8;
}
</style>
border-color css
<style>
span { border-color: #323CC8; }
span { border-color: rgb(50,60,200); }
td.TdClassName
{
border-color: #323CC8;
}
.TagClassName
{
border-color: #323CC8;
}
</style>