Shades of Persian Blue #323BCB
Tints of Persian Blue #323BCB
RGB
CMYK
RGB Variations
Color information
#323BCB (or 0x323BCB) is known color: Persian Blue. HEX triplet: 32, 3B and CB. RGB value is (50,59,203). Sum of RGB (Red+Green+Blue) = 50+59+203=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #323BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BCB is #CDC434. Grayscale: #484848. Windows color (decimal): -13485109 or 13318962. OLE color: 13318962.
HSL color Cylindrical-coordinate representation of color #323BCB: hue angle of 236.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323BCB is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 59 | 203 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.20 |
| HSL | 236.47º | 0.6% | 0.5% | - |
| HSV(B) | 236.47º | 0.75% | 0.8% | - |
| XYZ | 13.66 | 8.12 | 57.35 | - |
| YUV | 72.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 203 | 0.75 | 0.71 | 0 | 0.20 | 236.47 | 0.6 | 0.5 |
| Hex | 32 | 3B | CB | 4B | 47 | 0 | 14 | EC | 3C | 32 |
| Octal | 62 | 73 | 313 | 113 | 107 | 0 | 24 | 354 | 74 | 62 |
| Binary | 110010 | 111011 | 11001011 | 1001011 | 1000111 | 0 | 10100 | 11101100 | 111100 | 110010 |
Color Harmonies of #323BCB
Complementary color
Monochromatic Colors of #323BCB
Black with #323BCB
Text Example
Text Example
White with #323BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BCB; }
p { color: rgb(50,59,203); }
H1.HeaderClassName
{
color: #323BCB;
}
.AnyTagClassName
{
color: #323BCB;
}
</style>
background-color css
<style>
a { background-color: #323BCB; }
a { background-color: rgb(50,59,203); }
div.DivClassName
{
background-color: #323BCB;
}
.BgClassName
{
background-color: #323BCB;
}
</style>
border-color css
<style>
span { border-color: #323BCB; }
span { border-color: rgb(50,59,203); }
td.TdClassName
{
border-color: #323BCB;
}
.TagClassName
{
border-color: #323BCB;
}
</style>