Shades of Persian Blue #323BCF
Tints of Persian Blue #323BCF
RGB
CMYK
RGB Variations
Color information
#323BCF (or 0x323BCF) is known color: Persian Blue. HEX triplet: 32, 3B and CF. RGB value is (50,59,207). Sum of RGB (Red+Green+Blue) = 50+59+207=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #323BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BCF is #CDC430. Grayscale: #484848. Windows color (decimal): -13485105 or 13581106. OLE color: 13581106.
HSL color Cylindrical-coordinate representation of color #323BCF: hue angle of 236.56º 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 #323BCF is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 59 | 207 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.19 |
| HSL | 236.56º | 0.62% | 0.5% | - |
| HSV(B) | 236.56º | 0.76% | 0.81% | - |
| XYZ | 14.14 | 8.31 | 59.89 | - |
| YUV | 73.18 | 203.52 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 207 | 0.76 | 0.71 | 0 | 0.19 | 236.56 | 0.62 | 0.5 |
| Hex | 32 | 3B | CF | 4C | 47 | 0 | 13 | ED | 3E | 32 |
| Octal | 62 | 73 | 317 | 114 | 107 | 0 | 23 | 355 | 76 | 62 |
| Binary | 110010 | 111011 | 11001111 | 1001100 | 1000111 | 0 | 10011 | 11101101 | 111110 | 110010 |
Color Harmonies of #323BCF
Complementary color
Monochromatic Colors of #323BCF
Black with #323BCF
Text Example
Text Example
White with #323BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BCF; }
p { color: rgb(50,59,207); }
H1.HeaderClassName
{
color: #323BCF;
}
.AnyTagClassName
{
color: #323BCF;
}
</style>
background-color css
<style>
a { background-color: #323BCF; }
a { background-color: rgb(50,59,207); }
div.DivClassName
{
background-color: #323BCF;
}
.BgClassName
{
background-color: #323BCF;
}
</style>
border-color css
<style>
span { border-color: #323BCF; }
span { border-color: rgb(50,59,207); }
td.TdClassName
{
border-color: #323BCF;
}
.TagClassName
{
border-color: #323BCF;
}
</style>