Shades of Persian Blue #323AB4
Tints of Persian Blue #323AB4
RGB
CMYK
RGB Variations
Color information
#323AB4 (or 0x323AB4) is known color: Persian Blue. HEX triplet: 32, 3A and B4. RGB value is (50,58,180). Sum of RGB (Red+Green+Blue) = 50+58+180=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #323AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AB4 is #CDC54B. Grayscale: #454545. Windows color (decimal): -13485388 or 11811378. OLE color: 11811378.
HSL color Cylindrical-coordinate representation of color #323AB4: hue angle of 236.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #323AB4 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 58 | 180 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.29 |
| HSL | 236.31º | 0.57% | 0.45% | - |
| HSV(B) | 236.31º | 0.72% | 0.71% | - |
| XYZ | 11.07 | 7 | 43.95 | - |
| YUV | 69.52 | 190.35 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 180 | 0.72 | 0.68 | 0 | 0.29 | 236.31 | 0.57 | 0.45 |
| Hex | 32 | 3A | B4 | 48 | 44 | 0 | 1D | EC | 39 | 2D |
| Octal | 62 | 72 | 264 | 110 | 104 | 0 | 35 | 354 | 71 | 55 |
| Binary | 110010 | 111010 | 10110100 | 1001000 | 1000100 | 0 | 11101 | 11101100 | 111001 | 101101 |
Color Harmonies of #323AB4
Complementary color
Monochromatic Colors of #323AB4
Black with #323AB4
Text Example
Text Example
White with #323AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AB4; }
p { color: rgb(50,58,180); }
H1.HeaderClassName
{
color: #323AB4;
}
.AnyTagClassName
{
color: #323AB4;
}
</style>
background-color css
<style>
a { background-color: #323AB4; }
a { background-color: rgb(50,58,180); }
div.DivClassName
{
background-color: #323AB4;
}
.BgClassName
{
background-color: #323AB4;
}
</style>
border-color css
<style>
span { border-color: #323AB4; }
span { border-color: rgb(50,58,180); }
td.TdClassName
{
border-color: #323AB4;
}
.TagClassName
{
border-color: #323AB4;
}
</style>