Shades of Persian Blue #3233A7
Tints of Persian Blue #3233A7
RGB
CMYK
RGB Variations
Color information
#3233A7 (or 0x3233A7) is known color: Persian Blue. HEX triplet: 32, 33 and A7. RGB value is (50,51,167). Sum of RGB (Red+Green+Blue) = 50+51+167=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #3233A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3233A7 is #CDCC58. Grayscale: #3F3F3F. Windows color (decimal): -13487193 or 10957618. OLE color: 10957618.
HSL color Cylindrical-coordinate representation of color #3233A7: hue angle of 239.49º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3233A7 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 51 | 167 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.35 |
| HSL | 239.49º | 0.54% | 0.43% | - |
| HSV(B) | 239.49º | 0.7% | 0.65% | - |
| XYZ | 9.47 | 5.84 | 37.19 | - |
| YUV | 63.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 167 | 0.70 | 0.69 | 0 | 0.35 | 239.49 | 0.54 | 0.43 |
| Hex | 32 | 33 | A7 | 46 | 45 | 0 | 23 | EF | 36 | 2B |
| Octal | 62 | 63 | 247 | 106 | 105 | 0 | 43 | 357 | 66 | 53 |
| Binary | 110010 | 110011 | 10100111 | 1000110 | 1000101 | 0 | 100011 | 11101111 | 110110 | 101011 |
Color Harmonies of #3233A7
Complementary color
Monochromatic Colors of #3233A7
Black with #3233A7
Text Example
Text Example
White with #3233A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3233A7; }
p { color: rgb(50,51,167); }
H1.HeaderClassName
{
color: #3233A7;
}
.AnyTagClassName
{
color: #3233A7;
}
</style>
background-color css
<style>
a { background-color: #3233A7; }
a { background-color: rgb(50,51,167); }
div.DivClassName
{
background-color: #3233A7;
}
.BgClassName
{
background-color: #3233A7;
}
</style>
border-color css
<style>
span { border-color: #3233A7; }
span { border-color: rgb(50,51,167); }
td.TdClassName
{
border-color: #3233A7;
}
.TagClassName
{
border-color: #3233A7;
}
</style>