Shades of Persian Blue #3237AB
Tints of Persian Blue #3237AB
RGB
CMYK
RGB Variations
Color information
#3237AB (or 0x3237AB) is known color: Persian Blue. HEX triplet: 32, 37 and AB. RGB value is (50,55,171). Sum of RGB (Red+Green+Blue) = 50+55+171=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #3237AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3237AB is #CDC854. Grayscale: #424242. Windows color (decimal): -13486165 or 11220786. OLE color: 11220786.
HSL color Cylindrical-coordinate representation of color #3237AB: hue angle of 237.52º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3237AB is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 55 | 171 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.33 |
| HSL | 237.52º | 0.55% | 0.43% | - |
| HSV(B) | 237.52º | 0.71% | 0.67% | - |
| XYZ | 10.03 | 6.35 | 39.23 | - |
| YUV | 66.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 171 | 0.71 | 0.68 | 0 | 0.33 | 237.52 | 0.55 | 0.43 |
| Hex | 32 | 37 | AB | 47 | 44 | 0 | 21 | EE | 37 | 2B |
| Octal | 62 | 67 | 253 | 107 | 104 | 0 | 41 | 356 | 67 | 53 |
| Binary | 110010 | 110111 | 10101011 | 1000111 | 1000100 | 0 | 100001 | 11101110 | 110111 | 101011 |
Color Harmonies of #3237AB
Complementary color
Monochromatic Colors of #3237AB
Black with #3237AB
Text Example
Text Example
White with #3237AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237AB; }
p { color: rgb(50,55,171); }
H1.HeaderClassName
{
color: #3237AB;
}
.AnyTagClassName
{
color: #3237AB;
}
</style>
background-color css
<style>
a { background-color: #3237AB; }
a { background-color: rgb(50,55,171); }
div.DivClassName
{
background-color: #3237AB;
}
.BgClassName
{
background-color: #3237AB;
}
</style>
border-color css
<style>
span { border-color: #3237AB; }
span { border-color: rgb(50,55,171); }
td.TdClassName
{
border-color: #3237AB;
}
.TagClassName
{
border-color: #3237AB;
}
</style>