Shades of Persian Blue #223DEA
Tints of Persian Blue #223DEA
RGB
CMYK
RGB Variations
Color information
#223DEA (or 0x223DEA) is known color: Persian Blue. HEX triplet: 22, 3D and EA. RGB value is (34,61,234). Sum of RGB (Red+Green+Blue) = 34+61+234=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #223DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223DEA is #DDC215. Grayscale: #474747. Windows color (decimal): -14533142 or 15351074. OLE color: 15351074.
HSL color Cylindrical-coordinate representation of color #223DEA: hue angle of 231.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223DEA is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 61 | 234 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.08 |
| HSL | 231.9º | 0.83% | 0.53% | - |
| HSV(B) | 231.9º | 0.85% | 0.92% | - |
| XYZ | 17.18 | 9.62 | 78.79 | - |
| YUV | 72.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 234 | 0.85 | 0.74 | 0 | 0.08 | 231.9 | 0.83 | 0.53 |
| Hex | 22 | 3D | EA | 55 | 4A | 0 | 8 | E8 | 53 | 35 |
| Octal | 42 | 75 | 352 | 125 | 112 | 0 | 10 | 350 | 123 | 65 |
| Binary | 100010 | 111101 | 11101010 | 1010101 | 1001010 | 0 | 1000 | 11101000 | 1010011 | 110101 |
Color Harmonies of #223DEA
Complementary color
Monochromatic Colors of #223DEA
Black with #223DEA
Text Example
Text Example
White with #223DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DEA; }
p { color: rgb(34,61,234); }
H1.HeaderClassName
{
color: #223DEA;
}
.AnyTagClassName
{
color: #223DEA;
}
</style>
background-color css
<style>
a { background-color: #223DEA; }
a { background-color: rgb(34,61,234); }
div.DivClassName
{
background-color: #223DEA;
}
.BgClassName
{
background-color: #223DEA;
}
</style>
border-color css
<style>
span { border-color: #223DEA; }
span { border-color: rgb(34,61,234); }
td.TdClassName
{
border-color: #223DEA;
}
.TagClassName
{
border-color: #223DEA;
}
</style>