Shades of Persian Blue #323BC1
Tints of Persian Blue #323BC1
RGB
CMYK
RGB Variations
Color information
#323BC1 (or 0x323BC1) is known color: Persian Blue. HEX triplet: 32, 3B and C1. RGB value is (50,59,193). Sum of RGB (Red+Green+Blue) = 50+59+193=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #323BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BC1 is #CDC43E. Grayscale: #474747. Windows color (decimal): -13485119 or 12663602. OLE color: 12663602.
HSL color Cylindrical-coordinate representation of color #323BC1: hue angle of 236.22º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323BC1 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 59 | 193 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.24 |
| HSL | 236.22º | 0.59% | 0.48% | - |
| HSV(B) | 236.22º | 0.74% | 0.76% | - |
| XYZ | 12.51 | 7.66 | 51.27 | - |
| YUV | 71.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 193 | 0.74 | 0.69 | 0 | 0.24 | 236.22 | 0.59 | 0.48 |
| Hex | 32 | 3B | C1 | 4A | 45 | 0 | 18 | EC | 3B | 30 |
| Octal | 62 | 73 | 301 | 112 | 105 | 0 | 30 | 354 | 73 | 60 |
| Binary | 110010 | 111011 | 11000001 | 1001010 | 1000101 | 0 | 11000 | 11101100 | 111011 | 110000 |
Color Harmonies of #323BC1
Complementary color
Monochromatic Colors of #323BC1
Black with #323BC1
Text Example
Text Example
White with #323BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BC1; }
p { color: rgb(50,59,193); }
H1.HeaderClassName
{
color: #323BC1;
}
.AnyTagClassName
{
color: #323BC1;
}
</style>
background-color css
<style>
a { background-color: #323BC1; }
a { background-color: rgb(50,59,193); }
div.DivClassName
{
background-color: #323BC1;
}
.BgClassName
{
background-color: #323BC1;
}
</style>
border-color css
<style>
span { border-color: #323BC1; }
span { border-color: rgb(50,59,193); }
td.TdClassName
{
border-color: #323BC1;
}
.TagClassName
{
border-color: #323BC1;
}
</style>