Shades of Persian Blue #3238D9
Tints of Persian Blue #3238D9
RGB
CMYK
RGB Variations
Color information
#3238D9 (or 0x3238D9) is known color: Persian Blue. HEX triplet: 32, 38 and D9. RGB value is (50,56,217). Sum of RGB (Red+Green+Blue) = 50+56+217=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 217 (85.16% from 255 or 67.18% from 323); Max value from RGB is 217 - color contains mainly: blue. Hex color #3238D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3238D9 is #CDC726. Grayscale: #474747. Windows color (decimal): -13485863 or 14235698. OLE color: 14235698.
HSL color Cylindrical-coordinate representation of color #3238D9: hue angle of 237.84º 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 #3238D9 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 56 | 217 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.15 |
| HSL | 237.84º | 0.69% | 0.52% | - |
| HSV(B) | 237.84º | 0.77% | 0.85% | - |
| XYZ | 15.25 | 8.52 | 66.49 | - |
| YUV | 72.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 217 | 0.77 | 0.74 | 0 | 0.15 | 237.84 | 0.69 | 0.52 |
| Hex | 32 | 38 | D9 | 4D | 4A | 0 | F | EE | 45 | 34 |
| Octal | 62 | 70 | 331 | 115 | 112 | 0 | 17 | 356 | 105 | 64 |
| Binary | 110010 | 111000 | 11011001 | 1001101 | 1001010 | 0 | 1111 | 11101110 | 1000101 | 110100 |
Color Harmonies of #3238D9
Complementary color
Monochromatic Colors of #3238D9
Black with #3238D9
Text Example
Text Example
White with #3238D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3238D9; }
p { color: rgb(50,56,217); }
H1.HeaderClassName
{
color: #3238D9;
}
.AnyTagClassName
{
color: #3238D9;
}
</style>
background-color css
<style>
a { background-color: #3238D9; }
a { background-color: rgb(50,56,217); }
div.DivClassName
{
background-color: #3238D9;
}
.BgClassName
{
background-color: #3238D9;
}
</style>
border-color css
<style>
span { border-color: #3238D9; }
span { border-color: rgb(50,56,217); }
td.TdClassName
{
border-color: #3238D9;
}
.TagClassName
{
border-color: #3238D9;
}
</style>