Shades of Persian Blue #223FEA
Tints of Persian Blue #223FEA
RGB
CMYK
RGB Variations
Color information
#223FEA (or 0x223FEA) is known color: Persian Blue. HEX triplet: 22, 3F and EA. RGB value is (34,63,234). Sum of RGB (Red+Green+Blue) = 34+63+234=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #223FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FEA is #DDC015. Grayscale: #494949. Windows color (decimal): -14532630 or 15351586. OLE color: 15351586.
HSL color Cylindrical-coordinate representation of color #223FEA: hue angle of 231.3º 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 #223FEA is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 63 | 234 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.08 |
| HSL | 231.3º | 0.83% | 0.53% | - |
| HSV(B) | 231.3º | 0.85% | 0.92% | - |
| XYZ | 17.29 | 9.84 | 78.83 | - |
| YUV | 73.82 | 218.39 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 234 | 0.85 | 0.73 | 0 | 0.08 | 231.3 | 0.83 | 0.53 |
| Hex | 22 | 3F | EA | 55 | 49 | 0 | 8 | E7 | 53 | 35 |
| Octal | 42 | 77 | 352 | 125 | 111 | 0 | 10 | 347 | 123 | 65 |
| Binary | 100010 | 111111 | 11101010 | 1010101 | 1001001 | 0 | 1000 | 11100111 | 1010011 | 110101 |
Color Harmonies of #223FEA
Complementary color
Monochromatic Colors of #223FEA
Black with #223FEA
Text Example
Text Example
White with #223FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FEA; }
p { color: rgb(34,63,234); }
H1.HeaderClassName
{
color: #223FEA;
}
.AnyTagClassName
{
color: #223FEA;
}
</style>
background-color css
<style>
a { background-color: #223FEA; }
a { background-color: rgb(34,63,234); }
div.DivClassName
{
background-color: #223FEA;
}
.BgClassName
{
background-color: #223FEA;
}
</style>
border-color css
<style>
span { border-color: #223FEA; }
span { border-color: rgb(34,63,234); }
td.TdClassName
{
border-color: #223FEA;
}
.TagClassName
{
border-color: #223FEA;
}
</style>