Shades of Persian Blue #323CBE
Tints of Persian Blue #323CBE
RGB
CMYK
RGB Variations
Color information
#323CBE (or 0x323CBE) is known color: Persian Blue. HEX triplet: 32, 3C and BE. RGB value is (50,60,190). Sum of RGB (Red+Green+Blue) = 50+60+190=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #323CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CBE is #CDC341. Grayscale: #474747. Windows color (decimal): -13484866 or 12467250. OLE color: 12467250.
HSL color Cylindrical-coordinate representation of color #323CBE: hue angle of 235.71º degrees, saturation: 0.58, 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 #323CBE is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 60 | 190 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.25 |
| HSL | 235.71º | 0.58% | 0.47% | - |
| HSV(B) | 235.71º | 0.74% | 0.75% | - |
| XYZ | 12.23 | 7.63 | 49.54 | - |
| YUV | 71.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 190 | 0.74 | 0.68 | 0 | 0.25 | 235.71 | 0.58 | 0.47 |
| Hex | 32 | 3C | BE | 4A | 44 | 0 | 19 | EC | 3A | 2F |
| Octal | 62 | 74 | 276 | 112 | 104 | 0 | 31 | 354 | 72 | 57 |
| Binary | 110010 | 111100 | 10111110 | 1001010 | 1000100 | 0 | 11001 | 11101100 | 111010 | 101111 |
Color Harmonies of #323CBE
Complementary color
Monochromatic Colors of #323CBE
Black with #323CBE
Text Example
Text Example
White with #323CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CBE; }
p { color: rgb(50,60,190); }
H1.HeaderClassName
{
color: #323CBE;
}
.AnyTagClassName
{
color: #323CBE;
}
</style>
background-color css
<style>
a { background-color: #323CBE; }
a { background-color: rgb(50,60,190); }
div.DivClassName
{
background-color: #323CBE;
}
.BgClassName
{
background-color: #323CBE;
}
</style>
border-color css
<style>
span { border-color: #323CBE; }
span { border-color: rgb(50,60,190); }
td.TdClassName
{
border-color: #323CBE;
}
.TagClassName
{
border-color: #323CBE;
}
</style>