Shades of Persian Blue #223FEC
Tints of Persian Blue #223FEC
RGB
CMYK
RGB Variations
Color information
#223FEC (or 0x223FEC) is known color: Persian Blue. HEX triplet: 22, 3F and EC. RGB value is (34,63,236). Sum of RGB (Red+Green+Blue) = 34+63+236=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #223FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FEC is #DDC013. Grayscale: #494949. Windows color (decimal): -14532628 or 15482658. OLE color: 15482658.
HSL color Cylindrical-coordinate representation of color #223FEC: hue angle of 231.39º 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 #223FEC is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 63 | 236 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.07 |
| HSL | 231.39º | 0.84% | 0.53% | - |
| HSV(B) | 231.39º | 0.86% | 0.93% | - |
| XYZ | 17.58 | 9.95 | 80.35 | - |
| YUV | 74.05 | 219.39 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 236 | 0.86 | 0.73 | 0 | 0.07 | 231.39 | 0.84 | 0.53 |
| Hex | 22 | 3F | EC | 56 | 49 | 0 | 7 | E7 | 54 | 35 |
| Octal | 42 | 77 | 354 | 126 | 111 | 0 | 7 | 347 | 124 | 65 |
| Binary | 100010 | 111111 | 11101100 | 1010110 | 1001001 | 0 | 111 | 11100111 | 1010100 | 110101 |
Color Harmonies of #223FEC
Complementary color
Monochromatic Colors of #223FEC
Black with #223FEC
Text Example
Text Example
White with #223FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FEC; }
p { color: rgb(34,63,236); }
H1.HeaderClassName
{
color: #223FEC;
}
.AnyTagClassName
{
color: #223FEC;
}
</style>
background-color css
<style>
a { background-color: #223FEC; }
a { background-color: rgb(34,63,236); }
div.DivClassName
{
background-color: #223FEC;
}
.BgClassName
{
background-color: #223FEC;
}
</style>
border-color css
<style>
span { border-color: #223FEC; }
span { border-color: rgb(34,63,236); }
td.TdClassName
{
border-color: #223FEC;
}
.TagClassName
{
border-color: #223FEC;
}
</style>