Shades of Persian Blue #323EC3
Tints of Persian Blue #323EC3
RGB
CMYK
RGB Variations
Color information
#323EC3 (or 0x323EC3) is known color: Persian Blue. HEX triplet: 32, 3E and C3. RGB value is (50,62,195). Sum of RGB (Red+Green+Blue) = 50+62+195=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #323EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EC3 is #CDC13C. Grayscale: #494949. Windows color (decimal): -13484349 or 12795442. OLE color: 12795442.
HSL color Cylindrical-coordinate representation of color #323EC3: hue angle of 235.03º 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 #323EC3 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 62 | 195 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.24 |
| HSL | 235.03º | 0.59% | 0.48% | - |
| HSV(B) | 235.03º | 0.74% | 0.76% | - |
| XYZ | 12.89 | 8.06 | 52.51 | - |
| YUV | 73.57 | 196.52 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 195 | 0.74 | 0.68 | 0 | 0.24 | 235.03 | 0.59 | 0.48 |
| Hex | 32 | 3E | C3 | 4A | 44 | 0 | 18 | EB | 3B | 30 |
| Octal | 62 | 76 | 303 | 112 | 104 | 0 | 30 | 353 | 73 | 60 |
| Binary | 110010 | 111110 | 11000011 | 1001010 | 1000100 | 0 | 11000 | 11101011 | 111011 | 110000 |
Color Harmonies of #323EC3
Complementary color
Monochromatic Colors of #323EC3
Black with #323EC3
Text Example
Text Example
White with #323EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EC3; }
p { color: rgb(50,62,195); }
H1.HeaderClassName
{
color: #323EC3;
}
.AnyTagClassName
{
color: #323EC3;
}
</style>
background-color css
<style>
a { background-color: #323EC3; }
a { background-color: rgb(50,62,195); }
div.DivClassName
{
background-color: #323EC3;
}
.BgClassName
{
background-color: #323EC3;
}
</style>
border-color css
<style>
span { border-color: #323EC3; }
span { border-color: rgb(50,62,195); }
td.TdClassName
{
border-color: #323EC3;
}
.TagClassName
{
border-color: #323EC3;
}
</style>