Shades of Persian Blue #223DAB
Tints of Persian Blue #223DAB
RGB
CMYK
RGB Variations
Color information
#223DAB (or 0x223DAB) is known color: Persian Blue. HEX triplet: 22, 3D and AB. RGB value is (34,61,171). Sum of RGB (Red+Green+Blue) = 34+61+171=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #223DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DAB is #DDC254. Grayscale: #414141. Windows color (decimal): -14533205 or 11222306. OLE color: 11222306.
HSL color Cylindrical-coordinate representation of color #223DAB: hue angle of 228.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223DAB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 61 | 171 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.33 |
| HSL | 228.18º | 0.67% | 0.4% | - |
| HSV(B) | 228.18º | 0.8% | 0.67% | - |
| XYZ | 9.68 | 6.62 | 39.3 | - |
| YUV | 65.47 | 187.55 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 171 | 0.80 | 0.64 | 0 | 0.33 | 228.18 | 0.67 | 0.4 |
| Hex | 22 | 3D | AB | 50 | 40 | 0 | 21 | E4 | 43 | 28 |
| Octal | 42 | 75 | 253 | 120 | 100 | 0 | 41 | 344 | 103 | 50 |
| Binary | 100010 | 111101 | 10101011 | 1010000 | 1000000 | 0 | 100001 | 11100100 | 1000011 | 101000 |
Color Harmonies of #223DAB
Complementary color
Monochromatic Colors of #223DAB
Black with #223DAB
Text Example
Text Example
White with #223DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DAB; }
p { color: rgb(34,61,171); }
H1.HeaderClassName
{
color: #223DAB;
}
.AnyTagClassName
{
color: #223DAB;
}
</style>
background-color css
<style>
a { background-color: #223DAB; }
a { background-color: rgb(34,61,171); }
div.DivClassName
{
background-color: #223DAB;
}
.BgClassName
{
background-color: #223DAB;
}
</style>
border-color css
<style>
span { border-color: #223DAB; }
span { border-color: rgb(34,61,171); }
td.TdClassName
{
border-color: #223DAB;
}
.TagClassName
{
border-color: #223DAB;
}
</style>