Shades of Persian Blue #223FCC
Tints of Persian Blue #223FCC
RGB
CMYK
RGB Variations
Color information
#223FCC (or 0x223FCC) is known color: Persian Blue. HEX triplet: 22, 3F and CC. RGB value is (34,63,204). Sum of RGB (Red+Green+Blue) = 34+63+204=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #223FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FCC is #DDC033. Grayscale: #454545. Windows color (decimal): -14532660 or 13385506. OLE color: 13385506.
HSL color Cylindrical-coordinate representation of color #223FCC: hue angle of 229.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223FCC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 63 | 204 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.2 |
| HSL | 229.76º | 0.71% | 0.47% | - |
| HSV(B) | 229.76º | 0.83% | 0.8% | - |
| XYZ | 13.34 | 8.25 | 58.02 | - |
| YUV | 70.4 | 203.39 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 204 | 0.83 | 0.69 | 0 | 0.2 | 229.76 | 0.71 | 0.47 |
| Hex | 22 | 3F | CC | 53 | 45 | 0 | 14 | E6 | 47 | 2F |
| Octal | 42 | 77 | 314 | 123 | 105 | 0 | 24 | 346 | 107 | 57 |
| Binary | 100010 | 111111 | 11001100 | 1010011 | 1000101 | 0 | 10100 | 11100110 | 1000111 | 101111 |
Color Harmonies of #223FCC
Complementary color
Monochromatic Colors of #223FCC
Black with #223FCC
Text Example
Text Example
White with #223FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FCC; }
p { color: rgb(34,63,204); }
H1.HeaderClassName
{
color: #223FCC;
}
.AnyTagClassName
{
color: #223FCC;
}
</style>
background-color css
<style>
a { background-color: #223FCC; }
a { background-color: rgb(34,63,204); }
div.DivClassName
{
background-color: #223FCC;
}
.BgClassName
{
background-color: #223FCC;
}
</style>
border-color css
<style>
span { border-color: #223FCC; }
span { border-color: rgb(34,63,204); }
td.TdClassName
{
border-color: #223FCC;
}
.TagClassName
{
border-color: #223FCC;
}
</style>