Shades of Persian Blue #223DD4
Tints of Persian Blue #223DD4
RGB
CMYK
RGB Variations
Color information
#223DD4 (or 0x223DD4) is known color: Persian Blue. HEX triplet: 22, 3D and D4. RGB value is (34,61,212). Sum of RGB (Red+Green+Blue) = 34+61+212=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 212 (83.20% from 255 or 69.06% from 307); Max value from RGB is 212 - color contains mainly: blue. Hex color #223DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DD4 is #DDC22B. Grayscale: #454545. Windows color (decimal): -14533164 or 13909282. OLE color: 13909282.
HSL color Cylindrical-coordinate representation of color #223DD4: hue angle of 230.9º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223DD4 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 61 | 212 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.17 |
| HSL | 230.9º | 0.72% | 0.48% | - |
| HSV(B) | 230.9º | 0.84% | 0.83% | - |
| XYZ | 14.21 | 8.43 | 63.17 | - |
| YUV | 70.14 | 208.05 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 212 | 0.84 | 0.71 | 0 | 0.17 | 230.9 | 0.72 | 0.48 |
| Hex | 22 | 3D | D4 | 54 | 47 | 0 | 11 | E7 | 48 | 30 |
| Octal | 42 | 75 | 324 | 124 | 107 | 0 | 21 | 347 | 110 | 60 |
| Binary | 100010 | 111101 | 11010100 | 1010100 | 1000111 | 0 | 10001 | 11100111 | 1001000 | 110000 |
Color Harmonies of #223DD4
Complementary color
Monochromatic Colors of #223DD4
Black with #223DD4
Text Example
Text Example
White with #223DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DD4; }
p { color: rgb(34,61,212); }
H1.HeaderClassName
{
color: #223DD4;
}
.AnyTagClassName
{
color: #223DD4;
}
</style>
background-color css
<style>
a { background-color: #223DD4; }
a { background-color: rgb(34,61,212); }
div.DivClassName
{
background-color: #223DD4;
}
.BgClassName
{
background-color: #223DD4;
}
</style>
border-color css
<style>
span { border-color: #223DD4; }
span { border-color: rgb(34,61,212); }
td.TdClassName
{
border-color: #223DD4;
}
.TagClassName
{
border-color: #223DD4;
}
</style>