Shades of Persian Blue #223BEC
Tints of Persian Blue #223BEC
RGB
CMYK
RGB Variations
Color information
#223BEC (or 0x223BEC) is known color: Persian Blue. HEX triplet: 22, 3B and EC. RGB value is (34,59,236). Sum of RGB (Red+Green+Blue) = 34+59+236=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #223BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223BEC is #DDC413. Grayscale: #464646. Windows color (decimal): -14533652 or 15481634. OLE color: 15481634.
HSL color Cylindrical-coordinate representation of color #223BEC: hue angle of 232.57º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223BEC is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 59 | 236 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 232.57º | 0.84% | 0.53% | - |
| HSV(B) | 232.57º | 0.86% | 0.93% | - |
| XYZ | 17.36 | 9.52 | 80.28 | - |
| YUV | 71.7 | 220.72 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 236 | 0.86 | 0.75 | 0 | 0.07 | 232.57 | 0.84 | 0.53 |
| Hex | 22 | 3B | EC | 56 | 4B | 0 | 7 | E9 | 54 | 35 |
| Octal | 42 | 73 | 354 | 126 | 113 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100010 | 111011 | 11101100 | 1010110 | 1001011 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #223BEC
Complementary color
Monochromatic Colors of #223BEC
Black with #223BEC
Text Example
Text Example
White with #223BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223BEC; }
p { color: rgb(34,59,236); }
H1.HeaderClassName
{
color: #223BEC;
}
.AnyTagClassName
{
color: #223BEC;
}
</style>
background-color css
<style>
a { background-color: #223BEC; }
a { background-color: rgb(34,59,236); }
div.DivClassName
{
background-color: #223BEC;
}
.BgClassName
{
background-color: #223BEC;
}
</style>
border-color css
<style>
span { border-color: #223BEC; }
span { border-color: rgb(34,59,236); }
td.TdClassName
{
border-color: #223BEC;
}
.TagClassName
{
border-color: #223BEC;
}
</style>