Shades of Persian Blue #323CB1
Tints of Persian Blue #323CB1
RGB
CMYK
RGB Variations
Color information
#323CB1 (or 0x323CB1) is known color: Persian Blue. HEX triplet: 32, 3C and B1. RGB value is (50,60,177). Sum of RGB (Red+Green+Blue) = 50+60+177=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #323CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CB1 is #CDC34E. Grayscale: #454545. Windows color (decimal): -13484879 or 11615282. OLE color: 11615282.
HSL color Cylindrical-coordinate representation of color #323CB1: hue angle of 235.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #323CB1 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 60 | 177 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.31 |
| HSL | 235.28º | 0.56% | 0.45% | - |
| HSV(B) | 235.28º | 0.72% | 0.69% | - |
| XYZ | 10.87 | 7.08 | 42.39 | - |
| YUV | 70.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 177 | 0.72 | 0.66 | 0 | 0.31 | 235.28 | 0.56 | 0.45 |
| Hex | 32 | 3C | B1 | 48 | 42 | 0 | 1F | EB | 38 | 2D |
| Octal | 62 | 74 | 261 | 110 | 102 | 0 | 37 | 353 | 70 | 55 |
| Binary | 110010 | 111100 | 10110001 | 1001000 | 1000010 | 0 | 11111 | 11101011 | 111000 | 101101 |
Color Harmonies of #323CB1
Complementary color
Monochromatic Colors of #323CB1
Black with #323CB1
Text Example
Text Example
White with #323CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CB1; }
p { color: rgb(50,60,177); }
H1.HeaderClassName
{
color: #323CB1;
}
.AnyTagClassName
{
color: #323CB1;
}
</style>
background-color css
<style>
a { background-color: #323CB1; }
a { background-color: rgb(50,60,177); }
div.DivClassName
{
background-color: #323CB1;
}
.BgClassName
{
background-color: #323CB1;
}
</style>
border-color css
<style>
span { border-color: #323CB1; }
span { border-color: rgb(50,60,177); }
td.TdClassName
{
border-color: #323CB1;
}
.TagClassName
{
border-color: #323CB1;
}
</style>