Shades of Persian Blue #223FDF
Tints of Persian Blue #223FDF
RGB
CMYK
RGB Variations
Color information
#223FDF (or 0x223FDF) is known color: Persian Blue. HEX triplet: 22, 3F and DF. RGB value is (34,63,223). Sum of RGB (Red+Green+Blue) = 34+63+223=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #223FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FDF is #DDC020. Grayscale: #474747. Windows color (decimal): -14532641 or 14630690. OLE color: 14630690.
HSL color Cylindrical-coordinate representation of color #223FDF: hue angle of 230.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223FDF is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 63 | 223 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.13 |
| HSL | 230.79º | 0.75% | 0.5% | - |
| HSV(B) | 230.79º | 0.85% | 0.87% | - |
| XYZ | 15.76 | 9.22 | 70.76 | - |
| YUV | 72.57 | 212.89 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 223 | 0.85 | 0.72 | 0 | 0.13 | 230.79 | 0.75 | 0.5 |
| Hex | 22 | 3F | DF | 55 | 48 | 0 | D | E7 | 4B | 32 |
| Octal | 42 | 77 | 337 | 125 | 110 | 0 | 15 | 347 | 113 | 62 |
| Binary | 100010 | 111111 | 11011111 | 1010101 | 1001000 | 0 | 1101 | 11100111 | 1001011 | 110010 |
Color Harmonies of #223FDF
Complementary color
Monochromatic Colors of #223FDF
Black with #223FDF
Text Example
Text Example
White with #223FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FDF; }
p { color: rgb(34,63,223); }
H1.HeaderClassName
{
color: #223FDF;
}
.AnyTagClassName
{
color: #223FDF;
}
</style>
background-color css
<style>
a { background-color: #223FDF; }
a { background-color: rgb(34,63,223); }
div.DivClassName
{
background-color: #223FDF;
}
.BgClassName
{
background-color: #223FDF;
}
</style>
border-color css
<style>
span { border-color: #223FDF; }
span { border-color: rgb(34,63,223); }
td.TdClassName
{
border-color: #223FDF;
}
.TagClassName
{
border-color: #223FDF;
}
</style>