Shades of Persian Blue #3236CF
Tints of Persian Blue #3236CF
RGB
CMYK
RGB Variations
Color information
#3236CF (or 0x3236CF) is known color: Persian Blue. HEX triplet: 32, 36 and CF. RGB value is (50,54,207). Sum of RGB (Red+Green+Blue) = 50+54+207=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #3236CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3236CF is #CDC930. Grayscale: #454545. Windows color (decimal): -13486385 or 13579826. OLE color: 13579826.
HSL color Cylindrical-coordinate representation of color #3236CF: hue angle of 238.47º 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 #3236CF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 54 | 207 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.19 |
| HSL | 238.47º | 0.62% | 0.5% | - |
| HSV(B) | 238.47º | 0.76% | 0.81% | - |
| XYZ | 13.9 | 7.82 | 59.81 | - |
| YUV | 70.25 | 205.17 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 207 | 0.76 | 0.74 | 0 | 0.19 | 238.47 | 0.62 | 0.5 |
| Hex | 32 | 36 | CF | 4C | 4A | 0 | 13 | EE | 3E | 32 |
| Octal | 62 | 66 | 317 | 114 | 112 | 0 | 23 | 356 | 76 | 62 |
| Binary | 110010 | 110110 | 11001111 | 1001100 | 1001010 | 0 | 10011 | 11101110 | 111110 | 110010 |
Color Harmonies of #3236CF
Complementary color
Monochromatic Colors of #3236CF
Black with #3236CF
Text Example
Text Example
White with #3236CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3236CF; }
p { color: rgb(50,54,207); }
H1.HeaderClassName
{
color: #3236CF;
}
.AnyTagClassName
{
color: #3236CF;
}
</style>
background-color css
<style>
a { background-color: #3236CF; }
a { background-color: rgb(50,54,207); }
div.DivClassName
{
background-color: #3236CF;
}
.BgClassName
{
background-color: #3236CF;
}
</style>
border-color css
<style>
span { border-color: #3236CF; }
span { border-color: rgb(50,54,207); }
td.TdClassName
{
border-color: #3236CF;
}
.TagClassName
{
border-color: #3236CF;
}
</style>