Shades of Persian Blue #3237C9
Tints of Persian Blue #3237C9
RGB
CMYK
RGB Variations
Color information
#3237C9 (or 0x3237C9) is known color: Persian Blue. HEX triplet: 32, 37 and C9. RGB value is (50,55,201). Sum of RGB (Red+Green+Blue) = 50+55+201=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 201 (78.91% from 255 or 65.69% from 306); Max value from RGB is 201 - color contains mainly: blue. Hex color #3237C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237C9 is #CDC836. Grayscale: #454545. Windows color (decimal): -13486135 or 13186866. OLE color: 13186866.
HSL color Cylindrical-coordinate representation of color #3237C9: hue angle of 238.01º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3237C9 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 55 | 201 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.21 |
| HSL | 238.01º | 0.6% | 0.49% | - |
| HSV(B) | 238.01º | 0.75% | 0.79% | - |
| XYZ | 13.22 | 7.63 | 56.03 | - |
| YUV | 70.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 201 | 0.75 | 0.73 | 0 | 0.21 | 238.01 | 0.6 | 0.49 |
| Hex | 32 | 37 | C9 | 4B | 49 | 0 | 15 | EE | 3C | 31 |
| Octal | 62 | 67 | 311 | 113 | 111 | 0 | 25 | 356 | 74 | 61 |
| Binary | 110010 | 110111 | 11001001 | 1001011 | 1001001 | 0 | 10101 | 11101110 | 111100 | 110001 |
Color Harmonies of #3237C9
Complementary color
Monochromatic Colors of #3237C9
Black with #3237C9
Text Example
Text Example
White with #3237C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237C9; }
p { color: rgb(50,55,201); }
H1.HeaderClassName
{
color: #3237C9;
}
.AnyTagClassName
{
color: #3237C9;
}
</style>
background-color css
<style>
a { background-color: #3237C9; }
a { background-color: rgb(50,55,201); }
div.DivClassName
{
background-color: #3237C9;
}
.BgClassName
{
background-color: #3237C9;
}
</style>
border-color css
<style>
span { border-color: #3237C9; }
span { border-color: rgb(50,55,201); }
td.TdClassName
{
border-color: #3237C9;
}
.TagClassName
{
border-color: #3237C9;
}
</style>