Shades of Persian Blue #2329BB
Tints of Persian Blue #2329BB
RGB
CMYK
RGB Variations
Color information
#2329BB (or 0x2329BB) is known color: Persian Blue. HEX triplet: 23, 29 and BB. RGB value is (35,41,187). Sum of RGB (Red+Green+Blue) = 35+41+187=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #2329BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2329BB is #DCD644. Grayscale: #373737. Windows color (decimal): -14472773 or 12265763. OLE color: 12265763.
HSL color Cylindrical-coordinate representation of color #2329BB: hue angle of 237.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2329BB is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 41 | 187 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.27 |
| HSL | 237.63º | 0.68% | 0.44% | - |
| HSV(B) | 237.63º | 0.81% | 0.73% | - |
| XYZ | 10.46 | 5.53 | 47.53 | - |
| YUV | 55.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 187 | 0.81 | 0.78 | 0 | 0.27 | 237.63 | 0.68 | 0.44 |
| Hex | 23 | 29 | BB | 51 | 4E | 0 | 1B | EE | 44 | 2C |
| Octal | 43 | 51 | 273 | 121 | 116 | 0 | 33 | 356 | 104 | 54 |
| Binary | 100011 | 101001 | 10111011 | 1010001 | 1001110 | 0 | 11011 | 11101110 | 1000100 | 101100 |
Color Harmonies of #2329BB
Complementary color
Monochromatic Colors of #2329BB
Black with #2329BB
Text Example
Text Example
White with #2329BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2329BB; }
p { color: rgb(35,41,187); }
H1.HeaderClassName
{
color: #2329BB;
}
.AnyTagClassName
{
color: #2329BB;
}
</style>
background-color css
<style>
a { background-color: #2329BB; }
a { background-color: rgb(35,41,187); }
div.DivClassName
{
background-color: #2329BB;
}
.BgClassName
{
background-color: #2329BB;
}
</style>
border-color css
<style>
span { border-color: #2329BB; }
span { border-color: rgb(35,41,187); }
td.TdClassName
{
border-color: #2329BB;
}
.TagClassName
{
border-color: #2329BB;
}
</style>