Shades of Persian Blue #323CBF
Tints of Persian Blue #323CBF
RGB
CMYK
RGB Variations
Color information
#323CBF (or 0x323CBF) is known color: Persian Blue. HEX triplet: 32, 3C and BF. RGB value is (50,60,191). Sum of RGB (Red+Green+Blue) = 50+60+191=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #323CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CBF is #CDC340. Grayscale: #474747. Windows color (decimal): -13484865 or 12532786. OLE color: 12532786.
HSL color Cylindrical-coordinate representation of color #323CBF: hue angle of 235.74º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323CBF is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 60 | 191 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.25 |
| HSL | 235.74º | 0.59% | 0.47% | - |
| HSV(B) | 235.74º | 0.74% | 0.75% | - |
| XYZ | 12.34 | 7.67 | 50.12 | - |
| YUV | 71.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 191 | 0.74 | 0.69 | 0 | 0.25 | 235.74 | 0.59 | 0.47 |
| Hex | 32 | 3C | BF | 4A | 45 | 0 | 19 | EC | 3B | 2F |
| Octal | 62 | 74 | 277 | 112 | 105 | 0 | 31 | 354 | 73 | 57 |
| Binary | 110010 | 111100 | 10111111 | 1001010 | 1000101 | 0 | 11001 | 11101100 | 111011 | 101111 |
Color Harmonies of #323CBF
Complementary color
Monochromatic Colors of #323CBF
Black with #323CBF
Text Example
Text Example
White with #323CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CBF; }
p { color: rgb(50,60,191); }
H1.HeaderClassName
{
color: #323CBF;
}
.AnyTagClassName
{
color: #323CBF;
}
</style>
background-color css
<style>
a { background-color: #323CBF; }
a { background-color: rgb(50,60,191); }
div.DivClassName
{
background-color: #323CBF;
}
.BgClassName
{
background-color: #323CBF;
}
</style>
border-color css
<style>
span { border-color: #323CBF; }
span { border-color: rgb(50,60,191); }
td.TdClassName
{
border-color: #323CBF;
}
.TagClassName
{
border-color: #323CBF;
}
</style>