Shades of Persian Blue #323AD8
Tints of Persian Blue #323AD8
RGB
CMYK
RGB Variations
Color information
#323AD8 (or 0x323AD8) is known color: Persian Blue. HEX triplet: 32, 3A and D8. RGB value is (50,58,216). Sum of RGB (Red+Green+Blue) = 50+58+216=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 216 (84.77% from 255 or 66.67% from 324); Max value from RGB is 216 - color contains mainly: blue. Hex color #323AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AD8 is #CDC527. Grayscale: #484848. Windows color (decimal): -13485352 or 14170674. OLE color: 14170674.
HSL color Cylindrical-coordinate representation of color #323AD8: hue angle of 237.11º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323AD8 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 58 | 216 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.15 |
| HSL | 237.11º | 0.68% | 0.52% | - |
| HSV(B) | 237.11º | 0.77% | 0.85% | - |
| XYZ | 15.22 | 8.66 | 65.84 | - |
| YUV | 73.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 216 | 0.77 | 0.73 | 0 | 0.15 | 237.11 | 0.68 | 0.52 |
| Hex | 32 | 3A | D8 | 4D | 49 | 0 | F | ED | 44 | 34 |
| Octal | 62 | 72 | 330 | 115 | 111 | 0 | 17 | 355 | 104 | 64 |
| Binary | 110010 | 111010 | 11011000 | 1001101 | 1001001 | 0 | 1111 | 11101101 | 1000100 | 110100 |
Color Harmonies of #323AD8
Complementary color
Monochromatic Colors of #323AD8
Black with #323AD8
Text Example
Text Example
White with #323AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AD8; }
p { color: rgb(50,58,216); }
H1.HeaderClassName
{
color: #323AD8;
}
.AnyTagClassName
{
color: #323AD8;
}
</style>
background-color css
<style>
a { background-color: #323AD8; }
a { background-color: rgb(50,58,216); }
div.DivClassName
{
background-color: #323AD8;
}
.BgClassName
{
background-color: #323AD8;
}
</style>
border-color css
<style>
span { border-color: #323AD8; }
span { border-color: rgb(50,58,216); }
td.TdClassName
{
border-color: #323AD8;
}
.TagClassName
{
border-color: #323AD8;
}
</style>