Shades of Persian Blue #2330BA
Tints of Persian Blue #2330BA
RGB
CMYK
RGB Variations
Color information
#2330BA (or 0x2330BA) is known color: Persian Blue. HEX triplet: 23, 30 and BA. RGB value is (35,48,186). Sum of RGB (Red+Green+Blue) = 35+48+186=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #2330BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2330BA is #DCCF45. Grayscale: #3B3B3B. Windows color (decimal): -14470982 or 12202019. OLE color: 12202019.
HSL color Cylindrical-coordinate representation of color #2330BA: hue angle of 234.83º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2330BA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 48 | 186 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.27 |
| HSL | 234.83º | 0.68% | 0.43% | - |
| HSV(B) | 234.83º | 0.81% | 0.73% | - |
| XYZ | 10.61 | 6.02 | 47.06 | - |
| YUV | 59.85 | 199.19 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 186 | 0.81 | 0.74 | 0 | 0.27 | 234.83 | 0.68 | 0.43 |
| Hex | 23 | 30 | BA | 51 | 4A | 0 | 1B | EB | 44 | 2B |
| Octal | 43 | 60 | 272 | 121 | 112 | 0 | 33 | 353 | 104 | 53 |
| Binary | 100011 | 110000 | 10111010 | 1010001 | 1001010 | 0 | 11011 | 11101011 | 1000100 | 101011 |
Color Harmonies of #2330BA
Complementary color
Monochromatic Colors of #2330BA
Black with #2330BA
Text Example
Text Example
White with #2330BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2330BA; }
p { color: rgb(35,48,186); }
H1.HeaderClassName
{
color: #2330BA;
}
.AnyTagClassName
{
color: #2330BA;
}
</style>
background-color css
<style>
a { background-color: #2330BA; }
a { background-color: rgb(35,48,186); }
div.DivClassName
{
background-color: #2330BA;
}
.BgClassName
{
background-color: #2330BA;
}
</style>
border-color css
<style>
span { border-color: #2330BA; }
span { border-color: rgb(35,48,186); }
td.TdClassName
{
border-color: #2330BA;
}
.TagClassName
{
border-color: #2330BA;
}
</style>