Shades of Persian Blue #3236C8
Tints of Persian Blue #3236C8
RGB
CMYK
RGB Variations
Color information
#3236C8 (or 0x3236C8) is known color: Persian Blue. HEX triplet: 32, 36 and C8. RGB value is (50,54,200). Sum of RGB (Red+Green+Blue) = 50+54+200=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 200 (78.52% from 255 or 65.79% from 304); Max value from RGB is 200 - color contains mainly: blue. Hex color #3236C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3236C8 is #CDC937. Grayscale: #444444. Windows color (decimal): -13486392 or 13121074. OLE color: 13121074.
HSL color Cylindrical-coordinate representation of color #3236C8: hue angle of 238.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3236C8 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 54 | 200 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.22 |
| HSL | 238.4º | 0.6% | 0.49% | - |
| HSV(B) | 238.4º | 0.75% | 0.78% | - |
| XYZ | 13.06 | 7.49 | 55.4 | - |
| YUV | 69.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 200 | 0.75 | 0.73 | 0 | 0.22 | 238.4 | 0.6 | 0.49 |
| Hex | 32 | 36 | C8 | 4B | 49 | 0 | 16 | EE | 3C | 31 |
| Octal | 62 | 66 | 310 | 113 | 111 | 0 | 26 | 356 | 74 | 61 |
| Binary | 110010 | 110110 | 11001000 | 1001011 | 1001001 | 0 | 10110 | 11101110 | 111100 | 110001 |
Color Harmonies of #3236C8
Complementary color
Monochromatic Colors of #3236C8
Black with #3236C8
Text Example
Text Example
White with #3236C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3236C8; }
p { color: rgb(50,54,200); }
H1.HeaderClassName
{
color: #3236C8;
}
.AnyTagClassName
{
color: #3236C8;
}
</style>
background-color css
<style>
a { background-color: #3236C8; }
a { background-color: rgb(50,54,200); }
div.DivClassName
{
background-color: #3236C8;
}
.BgClassName
{
background-color: #3236C8;
}
</style>
border-color css
<style>
span { border-color: #3236C8; }
span { border-color: rgb(50,54,200); }
td.TdClassName
{
border-color: #3236C8;
}
.TagClassName
{
border-color: #3236C8;
}
</style>