Shades of Persian Blue #3237CF
Tints of Persian Blue #3237CF
RGB
CMYK
RGB Variations
Color information
#3237CF (or 0x3237CF) is known color: Persian Blue. HEX triplet: 32, 37 and CF. RGB value is (50,55,207). Sum of RGB (Red+Green+Blue) = 50+55+207=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #3237CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237CF is #CDC830. Grayscale: #464646. Windows color (decimal): -13486129 or 13580082. OLE color: 13580082.
HSL color Cylindrical-coordinate representation of color #3237CF: hue angle of 238.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3237CF is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 55 | 207 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.19 |
| HSL | 238.09º | 0.62% | 0.5% | - |
| HSV(B) | 238.09º | 0.76% | 0.81% | - |
| XYZ | 13.94 | 7.92 | 59.82 | - |
| YUV | 70.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 207 | 0.76 | 0.73 | 0 | 0.19 | 238.09 | 0.62 | 0.5 |
| Hex | 32 | 37 | CF | 4C | 49 | 0 | 13 | EE | 3E | 32 |
| Octal | 62 | 67 | 317 | 114 | 111 | 0 | 23 | 356 | 76 | 62 |
| Binary | 110010 | 110111 | 11001111 | 1001100 | 1001001 | 0 | 10011 | 11101110 | 111110 | 110010 |
Color Harmonies of #3237CF
Complementary color
Monochromatic Colors of #3237CF
Black with #3237CF
Text Example
Text Example
White with #3237CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237CF; }
p { color: rgb(50,55,207); }
H1.HeaderClassName
{
color: #3237CF;
}
.AnyTagClassName
{
color: #3237CF;
}
</style>
background-color css
<style>
a { background-color: #3237CF; }
a { background-color: rgb(50,55,207); }
div.DivClassName
{
background-color: #3237CF;
}
.BgClassName
{
background-color: #3237CF;
}
</style>
border-color css
<style>
span { border-color: #3237CF; }
span { border-color: rgb(50,55,207); }
td.TdClassName
{
border-color: #3237CF;
}
.TagClassName
{
border-color: #3237CF;
}
</style>