Shades of Persian Blue #3230CE
Tints of Persian Blue #3230CE
RGB
CMYK
RGB Variations
Color information
#3230CE (or 0x3230CE) is known color: Persian Blue. HEX triplet: 32, 30 and CE. RGB value is (50,48,206). Sum of RGB (Red+Green+Blue) = 50+48+206=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #3230CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3230CE is #CDCF31. Grayscale: #414141. Windows color (decimal): -13487922 or 13512754. OLE color: 13512754.
HSL color Cylindrical-coordinate representation of color #3230CE: hue angle of 240.76º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3230CE is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 48 | 206 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.19 |
| HSL | 240.76º | 0.62% | 0.5% | - |
| HSV(B) | 240.76º | 0.77% | 0.81% | - |
| XYZ | 13.51 | 7.25 | 59.08 | - |
| YUV | 66.61 | 206.66 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 206 | 0.76 | 0.77 | 0 | 0.19 | 240.76 | 0.62 | 0.5 |
| Hex | 32 | 30 | CE | 4C | 4D | 0 | 13 | F1 | 3E | 32 |
| Octal | 62 | 60 | 316 | 114 | 115 | 0 | 23 | 361 | 76 | 62 |
| Binary | 110010 | 110000 | 11001110 | 1001100 | 1001101 | 0 | 10011 | 11110001 | 111110 | 110010 |
Color Harmonies of #3230CE
Complementary color
Monochromatic Colors of #3230CE
Black with #3230CE
Text Example
Text Example
White with #3230CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3230CE; }
p { color: rgb(50,48,206); }
H1.HeaderClassName
{
color: #3230CE;
}
.AnyTagClassName
{
color: #3230CE;
}
</style>
background-color css
<style>
a { background-color: #3230CE; }
a { background-color: rgb(50,48,206); }
div.DivClassName
{
background-color: #3230CE;
}
.BgClassName
{
background-color: #3230CE;
}
</style>
border-color css
<style>
span { border-color: #3230CE; }
span { border-color: rgb(50,48,206); }
td.TdClassName
{
border-color: #3230CE;
}
.TagClassName
{
border-color: #3230CE;
}
</style>