Shades of Persian Blue #323BAB
Tints of Persian Blue #323BAB
RGB
CMYK
RGB Variations
Color information
#323BAB (or 0x323BAB) is known color: Persian Blue. HEX triplet: 32, 3B and AB. RGB value is (50,59,171). Sum of RGB (Red+Green+Blue) = 50+59+171=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #323BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BAB is #CDC454. Grayscale: #444444. Windows color (decimal): -13485141 or 11221810. OLE color: 11221810.
HSL color Cylindrical-coordinate representation of color #323BAB: hue angle of 235.54º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323BAB is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 59 | 171 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.33 |
| HSL | 235.54º | 0.55% | 0.43% | - |
| HSV(B) | 235.54º | 0.71% | 0.67% | - |
| XYZ | 10.23 | 6.75 | 39.29 | - |
| YUV | 69.08 | 185.52 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 171 | 0.71 | 0.65 | 0 | 0.33 | 235.54 | 0.55 | 0.43 |
| Hex | 32 | 3B | AB | 47 | 41 | 0 | 21 | EC | 37 | 2B |
| Octal | 62 | 73 | 253 | 107 | 101 | 0 | 41 | 354 | 67 | 53 |
| Binary | 110010 | 111011 | 10101011 | 1000111 | 1000001 | 0 | 100001 | 11101100 | 110111 | 101011 |
Color Harmonies of #323BAB
Complementary color
Monochromatic Colors of #323BAB
Black with #323BAB
Text Example
Text Example
White with #323BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BAB; }
p { color: rgb(50,59,171); }
H1.HeaderClassName
{
color: #323BAB;
}
.AnyTagClassName
{
color: #323BAB;
}
</style>
background-color css
<style>
a { background-color: #323BAB; }
a { background-color: rgb(50,59,171); }
div.DivClassName
{
background-color: #323BAB;
}
.BgClassName
{
background-color: #323BAB;
}
</style>
border-color css
<style>
span { border-color: #323BAB; }
span { border-color: rgb(50,59,171); }
td.TdClassName
{
border-color: #323BAB;
}
.TagClassName
{
border-color: #323BAB;
}
</style>