Shades of Persian Blue #223FC0
Tints of Persian Blue #223FC0
RGB
CMYK
RGB Variations
Color information
#223FC0 (or 0x223FC0) is known color: Persian Blue. HEX triplet: 22, 3F and C0. RGB value is (34,63,192). Sum of RGB (Red+Green+Blue) = 34+63+192=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 192 (75.39% from 255 or 66.44% from 289); Max value from RGB is 192 - color contains mainly: blue. Hex color #223FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FC0 is #DDC03F. Grayscale: #444444. Windows color (decimal): -14532672 or 12599074. OLE color: 12599074.
HSL color Cylindrical-coordinate representation of color #223FC0: hue angle of 228.99º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223FC0 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 63 | 192 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.25 |
| HSL | 228.99º | 0.7% | 0.44% | - |
| HSV(B) | 228.99º | 0.82% | 0.75% | - |
| XYZ | 11.95 | 7.7 | 50.73 | - |
| YUV | 69.04 | 197.39 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 192 | 0.82 | 0.67 | 0 | 0.25 | 228.99 | 0.7 | 0.44 |
| Hex | 22 | 3F | C0 | 52 | 43 | 0 | 19 | E5 | 46 | 2C |
| Octal | 42 | 77 | 300 | 122 | 103 | 0 | 31 | 345 | 106 | 54 |
| Binary | 100010 | 111111 | 11000000 | 1010010 | 1000011 | 0 | 11001 | 11100101 | 1000110 | 101100 |
Color Harmonies of #223FC0
Complementary color
Monochromatic Colors of #223FC0
Black with #223FC0
Text Example
Text Example
White with #223FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FC0; }
p { color: rgb(34,63,192); }
H1.HeaderClassName
{
color: #223FC0;
}
.AnyTagClassName
{
color: #223FC0;
}
</style>
background-color css
<style>
a { background-color: #223FC0; }
a { background-color: rgb(34,63,192); }
div.DivClassName
{
background-color: #223FC0;
}
.BgClassName
{
background-color: #223FC0;
}
</style>
border-color css
<style>
span { border-color: #223FC0; }
span { border-color: rgb(34,63,192); }
td.TdClassName
{
border-color: #223FC0;
}
.TagClassName
{
border-color: #223FC0;
}
</style>