Shades of Persian Blue #223FDD
Tints of Persian Blue #223FDD
RGB
CMYK
RGB Variations
Color information
#223FDD (or 0x223FDD) is known color: Persian Blue. HEX triplet: 22, 3F and DD. RGB value is (34,63,221). Sum of RGB (Red+Green+Blue) = 34+63+221=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #223FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FDD is #DDC022. Grayscale: #474747. Windows color (decimal): -14532643 or 14499618. OLE color: 14499618.
HSL color Cylindrical-coordinate representation of color #223FDD: hue angle of 230.7º degrees, saturation: 0.73, 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 #223FDD is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 63 | 221 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.13 |
| HSL | 230.7º | 0.73% | 0.5% | - |
| HSV(B) | 230.7º | 0.85% | 0.87% | - |
| XYZ | 15.49 | 9.12 | 69.35 | - |
| YUV | 72.34 | 211.89 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 221 | 0.85 | 0.71 | 0 | 0.13 | 230.7 | 0.73 | 0.5 |
| Hex | 22 | 3F | DD | 55 | 47 | 0 | D | E7 | 49 | 32 |
| Octal | 42 | 77 | 335 | 125 | 107 | 0 | 15 | 347 | 111 | 62 |
| Binary | 100010 | 111111 | 11011101 | 1010101 | 1000111 | 0 | 1101 | 11100111 | 1001001 | 110010 |
Color Harmonies of #223FDD
Complementary color
Monochromatic Colors of #223FDD
Black with #223FDD
Text Example
Text Example
White with #223FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FDD; }
p { color: rgb(34,63,221); }
H1.HeaderClassName
{
color: #223FDD;
}
.AnyTagClassName
{
color: #223FDD;
}
</style>
background-color css
<style>
a { background-color: #223FDD; }
a { background-color: rgb(34,63,221); }
div.DivClassName
{
background-color: #223FDD;
}
.BgClassName
{
background-color: #223FDD;
}
</style>
border-color css
<style>
span { border-color: #223FDD; }
span { border-color: rgb(34,63,221); }
td.TdClassName
{
border-color: #223FDD;
}
.TagClassName
{
border-color: #223FDD;
}
</style>