Shades of Persian Blue #323EC4
Tints of Persian Blue #323EC4
RGB
CMYK
RGB Variations
Color information
#323EC4 (or 0x323EC4) is known color: Persian Blue. HEX triplet: 32, 3E and C4. RGB value is (50,62,196). Sum of RGB (Red+Green+Blue) = 50+62+196=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #323EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EC4 is #CDC13B. Grayscale: #494949. Windows color (decimal): -13484348 or 12860978. OLE color: 12860978.
HSL color Cylindrical-coordinate representation of color #323EC4: hue angle of 235.07º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323EC4 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 62 | 196 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.23 |
| HSL | 235.07º | 0.59% | 0.48% | - |
| HSV(B) | 235.07º | 0.74% | 0.77% | - |
| XYZ | 13 | 8.11 | 53.1 | - |
| YUV | 73.69 | 197.02 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 196 | 0.74 | 0.68 | 0 | 0.23 | 235.07 | 0.59 | 0.48 |
| Hex | 32 | 3E | C4 | 4A | 44 | 0 | 17 | EB | 3B | 30 |
| Octal | 62 | 76 | 304 | 112 | 104 | 0 | 27 | 353 | 73 | 60 |
| Binary | 110010 | 111110 | 11000100 | 1001010 | 1000100 | 0 | 10111 | 11101011 | 111011 | 110000 |
Color Harmonies of #323EC4
Complementary color
Monochromatic Colors of #323EC4
Black with #323EC4
Text Example
Text Example
White with #323EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EC4; }
p { color: rgb(50,62,196); }
H1.HeaderClassName
{
color: #323EC4;
}
.AnyTagClassName
{
color: #323EC4;
}
</style>
background-color css
<style>
a { background-color: #323EC4; }
a { background-color: rgb(50,62,196); }
div.DivClassName
{
background-color: #323EC4;
}
.BgClassName
{
background-color: #323EC4;
}
</style>
border-color css
<style>
span { border-color: #323EC4; }
span { border-color: rgb(50,62,196); }
td.TdClassName
{
border-color: #323EC4;
}
.TagClassName
{
border-color: #323EC4;
}
</style>