Shades of Persian Blue #323FBC
Tints of Persian Blue #323FBC
RGB
CMYK
RGB Variations
Color information
#323FBC (or 0x323FBC) is known color: Persian Blue. HEX triplet: 32, 3F and BC. RGB value is (50,63,188). Sum of RGB (Red+Green+Blue) = 50+63+188=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #323FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FBC is #CDC043. Grayscale: #484848. Windows color (decimal): -13484100 or 12336946. OLE color: 12336946.
HSL color Cylindrical-coordinate representation of color #323FBC: hue angle of 234.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323FBC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 63 | 188 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.26 |
| HSL | 234.35º | 0.58% | 0.47% | - |
| HSV(B) | 234.35º | 0.73% | 0.74% | - |
| XYZ | 12.17 | 7.86 | 48.45 | - |
| YUV | 73.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 188 | 0.73 | 0.66 | 0 | 0.26 | 234.35 | 0.58 | 0.47 |
| Hex | 32 | 3F | BC | 49 | 42 | 0 | 1A | EA | 3A | 2F |
| Octal | 62 | 77 | 274 | 111 | 102 | 0 | 32 | 352 | 72 | 57 |
| Binary | 110010 | 111111 | 10111100 | 1001001 | 1000010 | 0 | 11010 | 11101010 | 111010 | 101111 |
Color Harmonies of #323FBC
Complementary color
Monochromatic Colors of #323FBC
Black with #323FBC
Text Example
Text Example
White with #323FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FBC; }
p { color: rgb(50,63,188); }
H1.HeaderClassName
{
color: #323FBC;
}
.AnyTagClassName
{
color: #323FBC;
}
</style>
background-color css
<style>
a { background-color: #323FBC; }
a { background-color: rgb(50,63,188); }
div.DivClassName
{
background-color: #323FBC;
}
.BgClassName
{
background-color: #323FBC;
}
</style>
border-color css
<style>
span { border-color: #323FBC; }
span { border-color: rgb(50,63,188); }
td.TdClassName
{
border-color: #323FBC;
}
.TagClassName
{
border-color: #323FBC;
}
</style>