Shades of Persian Blue #3236CE
Tints of Persian Blue #3236CE
RGB
CMYK
RGB Variations
Color information
#3236CE (or 0x3236CE) is known color: Persian Blue. HEX triplet: 32, 36 and CE. RGB value is (50,54,206). Sum of RGB (Red+Green+Blue) = 50+54+206=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #3236CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3236CE is #CDC931. Grayscale: #454545. Windows color (decimal): -13486386 or 13514290. OLE color: 13514290.
HSL color Cylindrical-coordinate representation of color #3236CE: hue angle of 238.46º degrees, saturation: 0.61, 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 #3236CE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 54 | 206 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.19 |
| HSL | 238.46º | 0.61% | 0.5% | - |
| HSV(B) | 238.46º | 0.76% | 0.81% | - |
| XYZ | 13.78 | 7.77 | 59.17 | - |
| YUV | 70.13 | 204.67 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 206 | 0.76 | 0.74 | 0 | 0.19 | 238.46 | 0.61 | 0.5 |
| Hex | 32 | 36 | CE | 4C | 4A | 0 | 13 | EE | 3D | 32 |
| Octal | 62 | 66 | 316 | 114 | 112 | 0 | 23 | 356 | 75 | 62 |
| Binary | 110010 | 110110 | 11001110 | 1001100 | 1001010 | 0 | 10011 | 11101110 | 111101 | 110010 |
Color Harmonies of #3236CE
Complementary color
Monochromatic Colors of #3236CE
Black with #3236CE
Text Example
Text Example
White with #3236CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3236CE; }
p { color: rgb(50,54,206); }
H1.HeaderClassName
{
color: #3236CE;
}
.AnyTagClassName
{
color: #3236CE;
}
</style>
background-color css
<style>
a { background-color: #3236CE; }
a { background-color: rgb(50,54,206); }
div.DivClassName
{
background-color: #3236CE;
}
.BgClassName
{
background-color: #3236CE;
}
</style>
border-color css
<style>
span { border-color: #3236CE; }
span { border-color: rgb(50,54,206); }
td.TdClassName
{
border-color: #3236CE;
}
.TagClassName
{
border-color: #3236CE;
}
</style>