Shades of Persian Blue #323FBB
Tints of Persian Blue #323FBB
RGB
CMYK
RGB Variations
Color information
#323FBB (or 0x323FBB) is known color: Persian Blue. HEX triplet: 32, 3F and BB. RGB value is (50,63,187). Sum of RGB (Red+Green+Blue) = 50+63+187=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #323FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FBB is #CDC044. Grayscale: #484848. Windows color (decimal): -13484101 or 12271410. OLE color: 12271410.
HSL color Cylindrical-coordinate representation of color #323FBB: hue angle of 234.31º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323FBB is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 63 | 187 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.27 |
| HSL | 234.31º | 0.58% | 0.46% | - |
| HSV(B) | 234.31º | 0.73% | 0.73% | - |
| XYZ | 12.06 | 7.82 | 47.89 | - |
| YUV | 73.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 187 | 0.73 | 0.66 | 0 | 0.27 | 234.31 | 0.58 | 0.46 |
| Hex | 32 | 3F | BB | 49 | 42 | 0 | 1B | EA | 3A | 2E |
| Octal | 62 | 77 | 273 | 111 | 102 | 0 | 33 | 352 | 72 | 56 |
| Binary | 110010 | 111111 | 10111011 | 1001001 | 1000010 | 0 | 11011 | 11101010 | 111010 | 101110 |
Color Harmonies of #323FBB
Complementary color
Monochromatic Colors of #323FBB
Black with #323FBB
Text Example
Text Example
White with #323FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FBB; }
p { color: rgb(50,63,187); }
H1.HeaderClassName
{
color: #323FBB;
}
.AnyTagClassName
{
color: #323FBB;
}
</style>
background-color css
<style>
a { background-color: #323FBB; }
a { background-color: rgb(50,63,187); }
div.DivClassName
{
background-color: #323FBB;
}
.BgClassName
{
background-color: #323FBB;
}
</style>
border-color css
<style>
span { border-color: #323FBB; }
span { border-color: rgb(50,63,187); }
td.TdClassName
{
border-color: #323FBB;
}
.TagClassName
{
border-color: #323FBB;
}
</style>