Shades of Persian Blue #223DDA
Tints of Persian Blue #223DDA
RGB
CMYK
RGB Variations
Color information
#223DDA (or 0x223DDA) is known color: Persian Blue. HEX triplet: 22, 3D and DA. RGB value is (34,61,218). Sum of RGB (Red+Green+Blue) = 34+61+218=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #223DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DDA is #DDC225. Grayscale: #464646. Windows color (decimal): -14533158 or 14302498. OLE color: 14302498.
HSL color Cylindrical-coordinate representation of color #223DDA: hue angle of 231.2º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223DDA is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 61 | 218 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.15 |
| HSL | 231.2º | 0.73% | 0.49% | - |
| HSV(B) | 231.2º | 0.84% | 0.85% | - |
| XYZ | 14.98 | 8.74 | 67.23 | - |
| YUV | 70.83 | 211.05 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 218 | 0.84 | 0.72 | 0 | 0.15 | 231.2 | 0.73 | 0.49 |
| Hex | 22 | 3D | DA | 54 | 48 | 0 | F | E7 | 49 | 31 |
| Octal | 42 | 75 | 332 | 124 | 110 | 0 | 17 | 347 | 111 | 61 |
| Binary | 100010 | 111101 | 11011010 | 1010100 | 1001000 | 0 | 1111 | 11100111 | 1001001 | 110001 |
Color Harmonies of #223DDA
Complementary color
Monochromatic Colors of #223DDA
Black with #223DDA
Text Example
Text Example
White with #223DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DDA; }
p { color: rgb(34,61,218); }
H1.HeaderClassName
{
color: #223DDA;
}
.AnyTagClassName
{
color: #223DDA;
}
</style>
background-color css
<style>
a { background-color: #223DDA; }
a { background-color: rgb(34,61,218); }
div.DivClassName
{
background-color: #223DDA;
}
.BgClassName
{
background-color: #223DDA;
}
</style>
border-color css
<style>
span { border-color: #223DDA; }
span { border-color: rgb(34,61,218); }
td.TdClassName
{
border-color: #223DDA;
}
.TagClassName
{
border-color: #223DDA;
}
</style>