Shades of Persian Blue #223DDC
Tints of Persian Blue #223DDC
RGB
CMYK
RGB Variations
Color information
#223DDC (or 0x223DDC) is known color: Persian Blue. HEX triplet: 22, 3D and DC. RGB value is (34,61,220). Sum of RGB (Red+Green+Blue) = 34+61+220=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #223DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DDC is #DDC223. Grayscale: #464646. Windows color (decimal): -14533156 or 14433570. OLE color: 14433570.
HSL color Cylindrical-coordinate representation of color #223DDC: hue angle of 231.29º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223DDC is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 61 | 220 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.14 |
| HSL | 231.29º | 0.73% | 0.5% | - |
| HSV(B) | 231.29º | 0.85% | 0.86% | - |
| XYZ | 15.25 | 8.84 | 68.61 | - |
| YUV | 71.05 | 212.05 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 220 | 0.85 | 0.72 | 0 | 0.14 | 231.29 | 0.73 | 0.5 |
| Hex | 22 | 3D | DC | 55 | 48 | 0 | E | E7 | 49 | 32 |
| Octal | 42 | 75 | 334 | 125 | 110 | 0 | 16 | 347 | 111 | 62 |
| Binary | 100010 | 111101 | 11011100 | 1010101 | 1001000 | 0 | 1110 | 11100111 | 1001001 | 110010 |
Color Harmonies of #223DDC
Complementary color
Monochromatic Colors of #223DDC
Black with #223DDC
Text Example
Text Example
White with #223DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DDC; }
p { color: rgb(34,61,220); }
H1.HeaderClassName
{
color: #223DDC;
}
.AnyTagClassName
{
color: #223DDC;
}
</style>
background-color css
<style>
a { background-color: #223DDC; }
a { background-color: rgb(34,61,220); }
div.DivClassName
{
background-color: #223DDC;
}
.BgClassName
{
background-color: #223DDC;
}
</style>
border-color css
<style>
span { border-color: #223DDC; }
span { border-color: rgb(34,61,220); }
td.TdClassName
{
border-color: #223DDC;
}
.TagClassName
{
border-color: #223DDC;
}
</style>