Shades of Persian Blue #323BAA
Tints of Persian Blue #323BAA
RGB
CMYK
RGB Variations
Color information
#323BAA (or 0x323BAA) is known color: Persian Blue. HEX triplet: 32, 3B and AA. RGB value is (50,59,170). Sum of RGB (Red+Green+Blue) = 50+59+170=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #323BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BAA is #CDC455. Grayscale: #444444. Windows color (decimal): -13485142 or 11156274. OLE color: 11156274.
HSL color Cylindrical-coordinate representation of color #323BAA: hue angle of 235.5º 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 #323BAA is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 59 | 170 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.33 |
| HSL | 235.5º | 0.55% | 0.43% | - |
| HSV(B) | 235.5º | 0.71% | 0.67% | - |
| XYZ | 10.14 | 6.71 | 38.79 | - |
| YUV | 68.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 170 | 0.71 | 0.65 | 0 | 0.33 | 235.5 | 0.55 | 0.43 |
| Hex | 32 | 3B | AA | 47 | 41 | 0 | 21 | EC | 37 | 2B |
| Octal | 62 | 73 | 252 | 107 | 101 | 0 | 41 | 354 | 67 | 53 |
| Binary | 110010 | 111011 | 10101010 | 1000111 | 1000001 | 0 | 100001 | 11101100 | 110111 | 101011 |
Color Harmonies of #323BAA
Complementary color
Monochromatic Colors of #323BAA
Black with #323BAA
Text Example
Text Example
White with #323BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BAA; }
p { color: rgb(50,59,170); }
H1.HeaderClassName
{
color: #323BAA;
}
.AnyTagClassName
{
color: #323BAA;
}
</style>
background-color css
<style>
a { background-color: #323BAA; }
a { background-color: rgb(50,59,170); }
div.DivClassName
{
background-color: #323BAA;
}
.BgClassName
{
background-color: #323BAA;
}
</style>
border-color css
<style>
span { border-color: #323BAA; }
span { border-color: rgb(50,59,170); }
td.TdClassName
{
border-color: #323BAA;
}
.TagClassName
{
border-color: #323BAA;
}
</style>