Shades of Persian Blue #2320BC
Tints of Persian Blue #2320BC
RGB
CMYK
RGB Variations
Color information
#2320BC (or 0x2320BC) is known color: Persian Blue. HEX triplet: 23, 20 and BC. RGB value is (35,32,188). Sum of RGB (Red+Green+Blue) = 35+32+188=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #2320BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320BC is #DCDF43. Grayscale: #323232. Windows color (decimal): -14475076 or 12328995. OLE color: 12328995.
HSL color Cylindrical-coordinate representation of color #2320BC: hue angle of 241.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2320BC is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 32 | 188 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.26 |
| HSL | 241.15º | 0.71% | 0.43% | - |
| HSV(B) | 241.15º | 0.83% | 0.74% | - |
| XYZ | 10.29 | 5.02 | 48 | - |
| YUV | 50.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 188 | 0.81 | 0.83 | 0 | 0.26 | 241.15 | 0.71 | 0.43 |
| Hex | 23 | 20 | BC | 51 | 53 | 0 | 1A | F1 | 47 | 2B |
| Octal | 43 | 40 | 274 | 121 | 123 | 0 | 32 | 361 | 107 | 53 |
| Binary | 100011 | 100000 | 10111100 | 1010001 | 1010011 | 0 | 11010 | 11110001 | 1000111 | 101011 |
Color Harmonies of #2320BC
Complementary color
Monochromatic Colors of #2320BC
Black with #2320BC
Text Example
Text Example
White with #2320BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2320BC; }
p { color: rgb(35,32,188); }
H1.HeaderClassName
{
color: #2320BC;
}
.AnyTagClassName
{
color: #2320BC;
}
</style>
background-color css
<style>
a { background-color: #2320BC; }
a { background-color: rgb(35,32,188); }
div.DivClassName
{
background-color: #2320BC;
}
.BgClassName
{
background-color: #2320BC;
}
</style>
border-color css
<style>
span { border-color: #2320BC; }
span { border-color: rgb(35,32,188); }
td.TdClassName
{
border-color: #2320BC;
}
.TagClassName
{
border-color: #2320BC;
}
</style>