Shades of Persian Blue #3237BA
Tints of Persian Blue #3237BA
RGB
CMYK
RGB Variations
Color information
#3237BA (or 0x3237BA) is known color: Persian Blue. HEX triplet: 32, 37 and BA. RGB value is (50,55,186). Sum of RGB (Red+Green+Blue) = 50+55+186=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #3237BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237BA is #CDC845. Grayscale: #434343. Windows color (decimal): -13486150 or 12203826. OLE color: 12203826.
HSL color Cylindrical-coordinate representation of color #3237BA: hue angle of 237.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3237BA is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 55 | 186 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.27 |
| HSL | 237.79º | 0.58% | 0.46% | - |
| HSV(B) | 237.79º | 0.73% | 0.73% | - |
| XYZ | 11.54 | 6.96 | 47.19 | - |
| YUV | 68.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 186 | 0.73 | 0.70 | 0 | 0.27 | 237.79 | 0.58 | 0.46 |
| Hex | 32 | 37 | BA | 49 | 46 | 0 | 1B | EE | 3A | 2E |
| Octal | 62 | 67 | 272 | 111 | 106 | 0 | 33 | 356 | 72 | 56 |
| Binary | 110010 | 110111 | 10111010 | 1001001 | 1000110 | 0 | 11011 | 11101110 | 111010 | 101110 |
Color Harmonies of #3237BA
Complementary color
Monochromatic Colors of #3237BA
Black with #3237BA
Text Example
Text Example
White with #3237BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237BA; }
p { color: rgb(50,55,186); }
H1.HeaderClassName
{
color: #3237BA;
}
.AnyTagClassName
{
color: #3237BA;
}
</style>
background-color css
<style>
a { background-color: #3237BA; }
a { background-color: rgb(50,55,186); }
div.DivClassName
{
background-color: #3237BA;
}
.BgClassName
{
background-color: #3237BA;
}
</style>
border-color css
<style>
span { border-color: #3237BA; }
span { border-color: rgb(50,55,186); }
td.TdClassName
{
border-color: #3237BA;
}
.TagClassName
{
border-color: #3237BA;
}
</style>