Shades of Persian Blue #223EBC
Tints of Persian Blue #223EBC
RGB
CMYK
RGB Variations
Color information
#223EBC (or 0x223EBC) is known color: Persian Blue. HEX triplet: 22, 3E and BC. RGB value is (34,62,188). Sum of RGB (Red+Green+Blue) = 34+62+188=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #223EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223EBC is #DDC143. Grayscale: #434343. Windows color (decimal): -14532932 or 12336674. OLE color: 12336674.
HSL color Cylindrical-coordinate representation of color #223EBC: hue angle of 229.09º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223EBC is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 62 | 188 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.26 |
| HSL | 229.09º | 0.69% | 0.44% | - |
| HSV(B) | 229.09º | 0.82% | 0.74% | - |
| XYZ | 11.46 | 7.42 | 48.4 | - |
| YUV | 67.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 188 | 0.82 | 0.67 | 0 | 0.26 | 229.09 | 0.69 | 0.44 |
| Hex | 22 | 3E | BC | 52 | 43 | 0 | 1A | E5 | 45 | 2C |
| Octal | 42 | 76 | 274 | 122 | 103 | 0 | 32 | 345 | 105 | 54 |
| Binary | 100010 | 111110 | 10111100 | 1010010 | 1000011 | 0 | 11010 | 11100101 | 1000101 | 101100 |
Color Harmonies of #223EBC
Complementary color
Monochromatic Colors of #223EBC
Black with #223EBC
Text Example
Text Example
White with #223EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223EBC; }
p { color: rgb(34,62,188); }
H1.HeaderClassName
{
color: #223EBC;
}
.AnyTagClassName
{
color: #223EBC;
}
</style>
background-color css
<style>
a { background-color: #223EBC; }
a { background-color: rgb(34,62,188); }
div.DivClassName
{
background-color: #223EBC;
}
.BgClassName
{
background-color: #223EBC;
}
</style>
border-color css
<style>
span { border-color: #223EBC; }
span { border-color: rgb(34,62,188); }
td.TdClassName
{
border-color: #223EBC;
}
.TagClassName
{
border-color: #223EBC;
}
</style>