Shades of Persian Blue #223EAF
Tints of Persian Blue #223EAF
RGB
CMYK
RGB Variations
Color information
#223EAF (or 0x223EAF) is known color: Persian Blue. HEX triplet: 22, 3E and AF. RGB value is (34,62,175). Sum of RGB (Red+Green+Blue) = 34+62+175=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #223EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223EAF is #DDC150. Grayscale: #424242. Windows color (decimal): -14532945 or 11484706. OLE color: 11484706.
HSL color Cylindrical-coordinate representation of color #223EAF: hue angle of 228.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223EAF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 62 | 175 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.31 |
| HSL | 228.09º | 0.67% | 0.41% | - |
| HSV(B) | 228.09º | 0.81% | 0.69% | - |
| XYZ | 10.12 | 6.88 | 41.35 | - |
| YUV | 66.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 175 | 0.81 | 0.65 | 0 | 0.31 | 228.09 | 0.67 | 0.41 |
| Hex | 22 | 3E | AF | 51 | 41 | 0 | 1F | E4 | 43 | 29 |
| Octal | 42 | 76 | 257 | 121 | 101 | 0 | 37 | 344 | 103 | 51 |
| Binary | 100010 | 111110 | 10101111 | 1010001 | 1000001 | 0 | 11111 | 11100100 | 1000011 | 101001 |
Color Harmonies of #223EAF
Complementary color
Monochromatic Colors of #223EAF
Black with #223EAF
Text Example
Text Example
White with #223EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223EAF; }
p { color: rgb(34,62,175); }
H1.HeaderClassName
{
color: #223EAF;
}
.AnyTagClassName
{
color: #223EAF;
}
</style>
background-color css
<style>
a { background-color: #223EAF; }
a { background-color: rgb(34,62,175); }
div.DivClassName
{
background-color: #223EAF;
}
.BgClassName
{
background-color: #223EAF;
}
</style>
border-color css
<style>
span { border-color: #223EAF; }
span { border-color: rgb(34,62,175); }
td.TdClassName
{
border-color: #223EAF;
}
.TagClassName
{
border-color: #223EAF;
}
</style>