Shades of Persian Blue #2330BD
Tints of Persian Blue #2330BD
RGB
CMYK
RGB Variations
Color information
#2330BD (or 0x2330BD) is known color: Persian Blue. HEX triplet: 23, 30 and BD. RGB value is (35,48,189). Sum of RGB (Red+Green+Blue) = 35+48+189=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #2330BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2330BD is #DCCF42. Grayscale: #3B3B3B. Windows color (decimal): -14470979 or 12398627. OLE color: 12398627.
HSL color Cylindrical-coordinate representation of color #2330BD: hue angle of 234.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2330BD is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 48 | 189 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.26 |
| HSL | 234.94º | 0.69% | 0.44% | - |
| HSV(B) | 234.94º | 0.81% | 0.74% | - |
| XYZ | 10.94 | 6.15 | 48.75 | - |
| YUV | 60.19 | 200.69 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 189 | 0.81 | 0.75 | 0 | 0.26 | 234.94 | 0.69 | 0.44 |
| Hex | 23 | 30 | BD | 51 | 4B | 0 | 1A | EB | 45 | 2C |
| Octal | 43 | 60 | 275 | 121 | 113 | 0 | 32 | 353 | 105 | 54 |
| Binary | 100011 | 110000 | 10111101 | 1010001 | 1001011 | 0 | 11010 | 11101011 | 1000101 | 101100 |
Color Harmonies of #2330BD
Complementary color
Monochromatic Colors of #2330BD
Black with #2330BD
Text Example
Text Example
White with #2330BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2330BD; }
p { color: rgb(35,48,189); }
H1.HeaderClassName
{
color: #2330BD;
}
.AnyTagClassName
{
color: #2330BD;
}
</style>
background-color css
<style>
a { background-color: #2330BD; }
a { background-color: rgb(35,48,189); }
div.DivClassName
{
background-color: #2330BD;
}
.BgClassName
{
background-color: #2330BD;
}
</style>
border-color css
<style>
span { border-color: #2330BD; }
span { border-color: rgb(35,48,189); }
td.TdClassName
{
border-color: #2330BD;
}
.TagClassName
{
border-color: #2330BD;
}
</style>