Shades of Persian Blue #223FCE
Tints of Persian Blue #223FCE
RGB
CMYK
RGB Variations
Color information
#223FCE (or 0x223FCE) is known color: Persian Blue. HEX triplet: 22, 3F and CE. RGB value is (34,63,206). Sum of RGB (Red+Green+Blue) = 34+63+206=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #223FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FCE is #DDC031. Grayscale: #464646. Windows color (decimal): -14532658 or 13516578. OLE color: 13516578.
HSL color Cylindrical-coordinate representation of color #223FCE: hue angle of 229.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223FCE is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 63 | 206 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.19 |
| HSL | 229.88º | 0.72% | 0.47% | - |
| HSV(B) | 229.88º | 0.83% | 0.81% | - |
| XYZ | 13.58 | 8.35 | 59.29 | - |
| YUV | 70.63 | 204.39 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 206 | 0.83 | 0.69 | 0 | 0.19 | 229.88 | 0.72 | 0.47 |
| Hex | 22 | 3F | CE | 53 | 45 | 0 | 13 | E6 | 48 | 2F |
| Octal | 42 | 77 | 316 | 123 | 105 | 0 | 23 | 346 | 110 | 57 |
| Binary | 100010 | 111111 | 11001110 | 1010011 | 1000101 | 0 | 10011 | 11100110 | 1001000 | 101111 |
Color Harmonies of #223FCE
Complementary color
Monochromatic Colors of #223FCE
Black with #223FCE
Text Example
Text Example
White with #223FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FCE; }
p { color: rgb(34,63,206); }
H1.HeaderClassName
{
color: #223FCE;
}
.AnyTagClassName
{
color: #223FCE;
}
</style>
background-color css
<style>
a { background-color: #223FCE; }
a { background-color: rgb(34,63,206); }
div.DivClassName
{
background-color: #223FCE;
}
.BgClassName
{
background-color: #223FCE;
}
</style>
border-color css
<style>
span { border-color: #223FCE; }
span { border-color: rgb(34,63,206); }
td.TdClassName
{
border-color: #223FCE;
}
.TagClassName
{
border-color: #223FCE;
}
</style>