Shades of Persian Blue #223CAC
Tints of Persian Blue #223CAC
RGB
CMYK
RGB Variations
Color information
#223CAC (or 0x223CAC) is known color: Persian Blue. HEX triplet: 22, 3C and AC. RGB value is (34,60,172). Sum of RGB (Red+Green+Blue) = 34+60+172=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #223CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223CAC is #DDC353. Grayscale: #404040. Windows color (decimal): -14533460 or 11287586. OLE color: 11287586.
HSL color Cylindrical-coordinate representation of color #223CAC: hue angle of 228.7º 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 #223CAC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 60 | 172 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.33 |
| HSL | 228.7º | 0.67% | 0.4% | - |
| HSV(B) | 228.7º | 0.8% | 0.67% | - |
| XYZ | 9.72 | 6.55 | 39.78 | - |
| YUV | 64.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 172 | 0.80 | 0.65 | 0 | 0.33 | 228.7 | 0.67 | 0.4 |
| Hex | 22 | 3C | AC | 50 | 41 | 0 | 21 | E5 | 43 | 28 |
| Octal | 42 | 74 | 254 | 120 | 101 | 0 | 41 | 345 | 103 | 50 |
| Binary | 100010 | 111100 | 10101100 | 1010000 | 1000001 | 0 | 100001 | 11100101 | 1000011 | 101000 |
Color Harmonies of #223CAC
Complementary color
Monochromatic Colors of #223CAC
Black with #223CAC
Text Example
Text Example
White with #223CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CAC; }
p { color: rgb(34,60,172); }
H1.HeaderClassName
{
color: #223CAC;
}
.AnyTagClassName
{
color: #223CAC;
}
</style>
background-color css
<style>
a { background-color: #223CAC; }
a { background-color: rgb(34,60,172); }
div.DivClassName
{
background-color: #223CAC;
}
.BgClassName
{
background-color: #223CAC;
}
</style>
border-color css
<style>
span { border-color: #223CAC; }
span { border-color: rgb(34,60,172); }
td.TdClassName
{
border-color: #223CAC;
}
.TagClassName
{
border-color: #223CAC;
}
</style>