Shades of Persian Blue #223DE1
Tints of Persian Blue #223DE1
RGB
CMYK
RGB Variations
Color information
#223DE1 (or 0x223DE1) is known color: Persian Blue. HEX triplet: 22, 3D and E1. RGB value is (34,61,225). Sum of RGB (Red+Green+Blue) = 34+61+225=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #223DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DE1 is #DDC21E. Grayscale: #464646. Windows color (decimal): -14533151 or 14761250. OLE color: 14761250.
HSL color Cylindrical-coordinate representation of color #223DE1: hue angle of 231.52º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223DE1 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 61 | 225 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.12 |
| HSL | 231.52º | 0.76% | 0.51% | - |
| HSV(B) | 231.52º | 0.85% | 0.88% | - |
| XYZ | 15.92 | 9.11 | 72.15 | - |
| YUV | 71.62 | 214.55 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 225 | 0.85 | 0.73 | 0 | 0.12 | 231.52 | 0.76 | 0.51 |
| Hex | 22 | 3D | E1 | 55 | 49 | 0 | C | E8 | 4C | 33 |
| Octal | 42 | 75 | 341 | 125 | 111 | 0 | 14 | 350 | 114 | 63 |
| Binary | 100010 | 111101 | 11100001 | 1010101 | 1001001 | 0 | 1100 | 11101000 | 1001100 | 110011 |
Color Harmonies of #223DE1
Complementary color
Monochromatic Colors of #223DE1
Black with #223DE1
Text Example
Text Example
White with #223DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DE1; }
p { color: rgb(34,61,225); }
H1.HeaderClassName
{
color: #223DE1;
}
.AnyTagClassName
{
color: #223DE1;
}
</style>
background-color css
<style>
a { background-color: #223DE1; }
a { background-color: rgb(34,61,225); }
div.DivClassName
{
background-color: #223DE1;
}
.BgClassName
{
background-color: #223DE1;
}
</style>
border-color css
<style>
span { border-color: #223DE1; }
span { border-color: rgb(34,61,225); }
td.TdClassName
{
border-color: #223DE1;
}
.TagClassName
{
border-color: #223DE1;
}
</style>