Shades of Persian Blue #323AB0
Tints of Persian Blue #323AB0
RGB
CMYK
RGB Variations
Color information
#323AB0 (or 0x323AB0) is known color: Persian Blue. HEX triplet: 32, 3A and B0. RGB value is (50,58,176). Sum of RGB (Red+Green+Blue) = 50+58+176=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 176 (69.14% from 255 or 61.97% from 284); Max value from RGB is 176 - color contains mainly: blue. Hex color #323AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AB0 is #CDC54F. Grayscale: #444444. Windows color (decimal): -13485392 or 11549234. OLE color: 11549234.
HSL color Cylindrical-coordinate representation of color #323AB0: hue angle of 236.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #323AB0 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 58 | 176 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.31 |
| HSL | 236.19º | 0.56% | 0.44% | - |
| HSV(B) | 236.19º | 0.72% | 0.69% | - |
| XYZ | 10.66 | 6.84 | 41.83 | - |
| YUV | 69.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 176 | 0.72 | 0.67 | 0 | 0.31 | 236.19 | 0.56 | 0.44 |
| Hex | 32 | 3A | B0 | 48 | 43 | 0 | 1F | EC | 38 | 2C |
| Octal | 62 | 72 | 260 | 110 | 103 | 0 | 37 | 354 | 70 | 54 |
| Binary | 110010 | 111010 | 10110000 | 1001000 | 1000011 | 0 | 11111 | 11101100 | 111000 | 101100 |
Color Harmonies of #323AB0
Complementary color
Monochromatic Colors of #323AB0
Black with #323AB0
Text Example
Text Example
White with #323AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AB0; }
p { color: rgb(50,58,176); }
H1.HeaderClassName
{
color: #323AB0;
}
.AnyTagClassName
{
color: #323AB0;
}
</style>
background-color css
<style>
a { background-color: #323AB0; }
a { background-color: rgb(50,58,176); }
div.DivClassName
{
background-color: #323AB0;
}
.BgClassName
{
background-color: #323AB0;
}
</style>
border-color css
<style>
span { border-color: #323AB0; }
span { border-color: rgb(50,58,176); }
td.TdClassName
{
border-color: #323AB0;
}
.TagClassName
{
border-color: #323AB0;
}
</style>