Shades of Persian Blue #323AD3
Tints of Persian Blue #323AD3
RGB
CMYK
RGB Variations
Color information
#323AD3 (or 0x323AD3) is known color: Persian Blue. HEX triplet: 32, 3A and D3. RGB value is (50,58,211). Sum of RGB (Red+Green+Blue) = 50+58+211=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 211 (82.81% from 255 or 66.14% from 319); Max value from RGB is 211 - color contains mainly: blue. Hex color #323AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AD3 is #CDC52C. Grayscale: #484848. Windows color (decimal): -13485357 or 13842994. OLE color: 13842994.
HSL color Cylindrical-coordinate representation of color #323AD3: hue angle of 237.02º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #323AD3 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 58 | 211 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.17 |
| HSL | 237.02º | 0.65% | 0.51% | - |
| HSV(B) | 237.02º | 0.76% | 0.83% | - |
| XYZ | 14.59 | 8.41 | 62.48 | - |
| YUV | 73.05 | 205.85 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 211 | 0.76 | 0.73 | 0 | 0.17 | 237.02 | 0.65 | 0.51 |
| Hex | 32 | 3A | D3 | 4C | 49 | 0 | 11 | ED | 41 | 33 |
| Octal | 62 | 72 | 323 | 114 | 111 | 0 | 21 | 355 | 101 | 63 |
| Binary | 110010 | 111010 | 11010011 | 1001100 | 1001001 | 0 | 10001 | 11101101 | 1000001 | 110011 |
Color Harmonies of #323AD3
Complementary color
Monochromatic Colors of #323AD3
Black with #323AD3
Text Example
Text Example
White with #323AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AD3; }
p { color: rgb(50,58,211); }
H1.HeaderClassName
{
color: #323AD3;
}
.AnyTagClassName
{
color: #323AD3;
}
</style>
background-color css
<style>
a { background-color: #323AD3; }
a { background-color: rgb(50,58,211); }
div.DivClassName
{
background-color: #323AD3;
}
.BgClassName
{
background-color: #323AD3;
}
</style>
border-color css
<style>
span { border-color: #323AD3; }
span { border-color: rgb(50,58,211); }
td.TdClassName
{
border-color: #323AD3;
}
.TagClassName
{
border-color: #323AD3;
}
</style>