Shades of Persian Blue #223CE3
Tints of Persian Blue #223CE3
RGB
CMYK
RGB Variations
Color information
#223CE3 (or 0x223CE3) is known color: Persian Blue. HEX triplet: 22, 3C and E3. RGB value is (34,60,227). Sum of RGB (Red+Green+Blue) = 34+60+227=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 227 (89.06% from 255 or 70.72% from 321); Max value from RGB is 227 - color contains mainly: blue. Hex color #223CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CE3 is #DDC31C. Grayscale: #464646. Windows color (decimal): -14533405 or 14892066. OLE color: 14892066.
HSL color Cylindrical-coordinate representation of color #223CE3: hue angle of 231.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223CE3 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 60 | 227 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.11 |
| HSL | 231.92º | 0.78% | 0.51% | - |
| HSV(B) | 231.92º | 0.85% | 0.89% | - |
| XYZ | 16.14 | 9.12 | 73.58 | - |
| YUV | 71.26 | 215.89 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 227 | 0.85 | 0.74 | 0 | 0.11 | 231.92 | 0.78 | 0.51 |
| Hex | 22 | 3C | E3 | 55 | 4A | 0 | B | E8 | 4E | 33 |
| Octal | 42 | 74 | 343 | 125 | 112 | 0 | 13 | 350 | 116 | 63 |
| Binary | 100010 | 111100 | 11100011 | 1010101 | 1001010 | 0 | 1011 | 11101000 | 1001110 | 110011 |
Color Harmonies of #223CE3
Complementary color
Monochromatic Colors of #223CE3
Black with #223CE3
Text Example
Text Example
White with #223CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CE3; }
p { color: rgb(34,60,227); }
H1.HeaderClassName
{
color: #223CE3;
}
.AnyTagClassName
{
color: #223CE3;
}
</style>
background-color css
<style>
a { background-color: #223CE3; }
a { background-color: rgb(34,60,227); }
div.DivClassName
{
background-color: #223CE3;
}
.BgClassName
{
background-color: #223CE3;
}
</style>
border-color css
<style>
span { border-color: #223CE3; }
span { border-color: rgb(34,60,227); }
td.TdClassName
{
border-color: #223CE3;
}
.TagClassName
{
border-color: #223CE3;
}
</style>