Shades of Persian Blue #3237D9
Tints of Persian Blue #3237D9
RGB
CMYK
RGB Variations
Color information
#3237D9 (or 0x3237D9) is known color: Persian Blue. HEX triplet: 32, 37 and D9. RGB value is (50,55,217). Sum of RGB (Red+Green+Blue) = 50+55+217=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 217 (85.16% from 255 or 67.39% from 322); Max value from RGB is 217 - color contains mainly: blue. Hex color #3237D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237D9 is #CDC826. Grayscale: #474747. Windows color (decimal): -13486119 or 14235442. OLE color: 14235442.
HSL color Cylindrical-coordinate representation of color #3237D9: hue angle of 238.2º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3237D9 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 55 | 217 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.15 |
| HSL | 238.2º | 0.69% | 0.52% | - |
| HSV(B) | 238.2º | 0.77% | 0.85% | - |
| XYZ | 15.21 | 8.42 | 66.47 | - |
| YUV | 71.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 217 | 0.77 | 0.75 | 0 | 0.15 | 238.2 | 0.69 | 0.52 |
| Hex | 32 | 37 | D9 | 4D | 4B | 0 | F | EE | 45 | 34 |
| Octal | 62 | 67 | 331 | 115 | 113 | 0 | 17 | 356 | 105 | 64 |
| Binary | 110010 | 110111 | 11011001 | 1001101 | 1001011 | 0 | 1111 | 11101110 | 1000101 | 110100 |
Color Harmonies of #3237D9
Complementary color
Monochromatic Colors of #3237D9
Black with #3237D9
Text Example
Text Example
White with #3237D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237D9; }
p { color: rgb(50,55,217); }
H1.HeaderClassName
{
color: #3237D9;
}
.AnyTagClassName
{
color: #3237D9;
}
</style>
background-color css
<style>
a { background-color: #3237D9; }
a { background-color: rgb(50,55,217); }
div.DivClassName
{
background-color: #3237D9;
}
.BgClassName
{
background-color: #3237D9;
}
</style>
border-color css
<style>
span { border-color: #3237D9; }
span { border-color: rgb(50,55,217); }
td.TdClassName
{
border-color: #3237D9;
}
.TagClassName
{
border-color: #3237D9;
}
</style>