Shades of Persian Blue #323AB2
Tints of Persian Blue #323AB2
RGB
CMYK
RGB Variations
Color information
#323AB2 (or 0x323AB2) is known color: Persian Blue. HEX triplet: 32, 3A and B2. RGB value is (50,58,178). Sum of RGB (Red+Green+Blue) = 50+58+178=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #323AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AB2 is #CDC54D. Grayscale: #444444. Windows color (decimal): -13485390 or 11680306. OLE color: 11680306.
HSL color Cylindrical-coordinate representation of color #323AB2: hue angle of 236.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #323AB2 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 58 | 178 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.30 |
| HSL | 236.25º | 0.56% | 0.45% | - |
| HSV(B) | 236.25º | 0.72% | 0.7% | - |
| XYZ | 10.86 | 6.92 | 42.88 | - |
| YUV | 69.29 | 189.35 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 178 | 0.72 | 0.67 | 0 | 0.30 | 236.25 | 0.56 | 0.45 |
| Hex | 32 | 3A | B2 | 48 | 43 | 0 | 1E | EC | 38 | 2D |
| Octal | 62 | 72 | 262 | 110 | 103 | 0 | 36 | 354 | 70 | 55 |
| Binary | 110010 | 111010 | 10110010 | 1001000 | 1000011 | 0 | 11110 | 11101100 | 111000 | 101101 |
Color Harmonies of #323AB2
Complementary color
Monochromatic Colors of #323AB2
Black with #323AB2
Text Example
Text Example
White with #323AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AB2; }
p { color: rgb(50,58,178); }
H1.HeaderClassName
{
color: #323AB2;
}
.AnyTagClassName
{
color: #323AB2;
}
</style>
background-color css
<style>
a { background-color: #323AB2; }
a { background-color: rgb(50,58,178); }
div.DivClassName
{
background-color: #323AB2;
}
.BgClassName
{
background-color: #323AB2;
}
</style>
border-color css
<style>
span { border-color: #323AB2; }
span { border-color: rgb(50,58,178); }
td.TdClassName
{
border-color: #323AB2;
}
.TagClassName
{
border-color: #323AB2;
}
</style>