Shades of Persian Blue #2320BB
Tints of Persian Blue #2320BB
RGB
CMYK
RGB Variations
Color information
#2320BB (or 0x2320BB) is known color: Persian Blue. HEX triplet: 23, 20 and BB. RGB value is (35,32,187). Sum of RGB (Red+Green+Blue) = 35+32+187=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #2320BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320BB is #DCDF44. Grayscale: #313131. Windows color (decimal): -14475077 or 12263459. OLE color: 12263459.
HSL color Cylindrical-coordinate representation of color #2320BB: hue angle of 241.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2320BB is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 32 | 187 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.27 |
| HSL | 241.16º | 0.71% | 0.43% | - |
| HSV(B) | 241.16º | 0.83% | 0.73% | - |
| XYZ | 10.18 | 4.98 | 47.44 | - |
| YUV | 50.57 | 204.99 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 187 | 0.81 | 0.83 | 0 | 0.27 | 241.16 | 0.71 | 0.43 |
| Hex | 23 | 20 | BB | 51 | 53 | 0 | 1B | F1 | 47 | 2B |
| Octal | 43 | 40 | 273 | 121 | 123 | 0 | 33 | 361 | 107 | 53 |
| Binary | 100011 | 100000 | 10111011 | 1010001 | 1010011 | 0 | 11011 | 11110001 | 1000111 | 101011 |
Color Harmonies of #2320BB
Complementary color
Monochromatic Colors of #2320BB
Black with #2320BB
Text Example
Text Example
White with #2320BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2320BB; }
p { color: rgb(35,32,187); }
H1.HeaderClassName
{
color: #2320BB;
}
.AnyTagClassName
{
color: #2320BB;
}
</style>
background-color css
<style>
a { background-color: #2320BB; }
a { background-color: rgb(35,32,187); }
div.DivClassName
{
background-color: #2320BB;
}
.BgClassName
{
background-color: #2320BB;
}
</style>
border-color css
<style>
span { border-color: #2320BB; }
span { border-color: rgb(35,32,187); }
td.TdClassName
{
border-color: #2320BB;
}
.TagClassName
{
border-color: #2320BB;
}
</style>