Shades of Persian Blue #2230BB
Tints of Persian Blue #2230BB
RGB
CMYK
RGB Variations
Color information
#2230BB (or 0x2230BB) is known color: Persian Blue. HEX triplet: 22, 30 and BB. RGB value is (34,48,187). Sum of RGB (Red+Green+Blue) = 34+48+187=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #2230BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2230BB is #DDCF44. Grayscale: #3B3B3B. Windows color (decimal): -14536517 or 12267554. OLE color: 12267554.
HSL color Cylindrical-coordinate representation of color #2230BB: hue angle of 234.51º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2230BB is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 48 | 187 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.27 |
| HSL | 234.51º | 0.69% | 0.43% | - |
| HSV(B) | 234.51º | 0.82% | 0.73% | - |
| XYZ | 10.69 | 6.04 | 47.62 | - |
| YUV | 59.66 | 199.86 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 187 | 0.82 | 0.74 | 0 | 0.27 | 234.51 | 0.69 | 0.43 |
| Hex | 22 | 30 | BB | 52 | 4A | 0 | 1B | EB | 45 | 2B |
| Octal | 42 | 60 | 273 | 122 | 112 | 0 | 33 | 353 | 105 | 53 |
| Binary | 100010 | 110000 | 10111011 | 1010010 | 1001010 | 0 | 11011 | 11101011 | 1000101 | 101011 |
Color Harmonies of #2230BB
Complementary color
Monochromatic Colors of #2230BB
Black with #2230BB
Text Example
Text Example
White with #2230BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2230BB; }
p { color: rgb(34,48,187); }
H1.HeaderClassName
{
color: #2230BB;
}
.AnyTagClassName
{
color: #2230BB;
}
</style>
background-color css
<style>
a { background-color: #2230BB; }
a { background-color: rgb(34,48,187); }
div.DivClassName
{
background-color: #2230BB;
}
.BgClassName
{
background-color: #2230BB;
}
</style>
border-color css
<style>
span { border-color: #2230BB; }
span { border-color: rgb(34,48,187); }
td.TdClassName
{
border-color: #2230BB;
}
.TagClassName
{
border-color: #2230BB;
}
</style>