Shades of Persian Blue #2230ED
Tints of Persian Blue #2230ED
RGB
CMYK
RGB Variations
Color information
#2230ED (or 0x2230ED) is known color: Persian Blue. HEX triplet: 22, 30 and ED. RGB value is (34,48,237). Sum of RGB (Red+Green+Blue) = 34+48+237=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #2230ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2230ED is #DDCF12. Grayscale: #404040. Windows color (decimal): -14536467 or 15544354. OLE color: 15544354.
HSL color Cylindrical-coordinate representation of color #2230ED: hue angle of 235.86º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2230ED is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 48 | 237 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.07 |
| HSL | 235.86º | 0.85% | 0.53% | - |
| HSV(B) | 235.86º | 0.86% | 0.93% | - |
| XYZ | 17 | 8.57 | 80.88 | - |
| YUV | 65.36 | 224.86 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 237 | 0.86 | 0.80 | 0 | 0.07 | 235.86 | 0.85 | 0.53 |
| Hex | 22 | 30 | ED | 56 | 50 | 0 | 7 | EC | 55 | 35 |
| Octal | 42 | 60 | 355 | 126 | 120 | 0 | 7 | 354 | 125 | 65 |
| Binary | 100010 | 110000 | 11101101 | 1010110 | 1010000 | 0 | 111 | 11101100 | 1010101 | 110101 |
Color Harmonies of #2230ED
Complementary color
Monochromatic Colors of #2230ED
Black with #2230ED
Text Example
Text Example
White with #2230ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2230ED; }
p { color: rgb(34,48,237); }
H1.HeaderClassName
{
color: #2230ED;
}
.AnyTagClassName
{
color: #2230ED;
}
</style>
background-color css
<style>
a { background-color: #2230ED; }
a { background-color: rgb(34,48,237); }
div.DivClassName
{
background-color: #2230ED;
}
.BgClassName
{
background-color: #2230ED;
}
</style>
border-color css
<style>
span { border-color: #2230ED; }
span { border-color: rgb(34,48,237); }
td.TdClassName
{
border-color: #2230ED;
}
.TagClassName
{
border-color: #2230ED;
}
</style>