Shades of Persian Blue #2246AC
Tints of Persian Blue #2246AC
RGB
CMYK
RGB Variations
Color information
#2246AC (or 0x2246AC) is known color: Persian Blue. HEX triplet: 22, 46 and AC. RGB value is (34,70,172). Sum of RGB (Red+Green+Blue) = 34+70+172=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #2246AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2246AC is #DDB953. Grayscale: #464646. Windows color (decimal): -14530900 or 11290146. OLE color: 11290146.
HSL color Cylindrical-coordinate representation of color #2246AC: hue angle of 224.35º 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 #2246AC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 70 | 172 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.33 |
| HSL | 224.35º | 0.67% | 0.4% | - |
| HSV(B) | 224.35º | 0.8% | 0.67% | - |
| XYZ | 10.3 | 7.7 | 39.97 | - |
| YUV | 70.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 172 | 0.80 | 0.59 | 0 | 0.33 | 224.35 | 0.67 | 0.4 |
| Hex | 22 | 46 | AC | 50 | 3B | 0 | 21 | E0 | 43 | 28 |
| Octal | 42 | 106 | 254 | 120 | 73 | 0 | 41 | 340 | 103 | 50 |
| Binary | 100010 | 1000110 | 10101100 | 1010000 | 111011 | 0 | 100001 | 11100000 | 1000011 | 101000 |
Color Harmonies of #2246AC
Complementary color
Monochromatic Colors of #2246AC
Black with #2246AC
Text Example
Text Example
White with #2246AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2246AC; }
p { color: rgb(34,70,172); }
H1.HeaderClassName
{
color: #2246AC;
}
.AnyTagClassName
{
color: #2246AC;
}
</style>
background-color css
<style>
a { background-color: #2246AC; }
a { background-color: rgb(34,70,172); }
div.DivClassName
{
background-color: #2246AC;
}
.BgClassName
{
background-color: #2246AC;
}
</style>
border-color css
<style>
span { border-color: #2246AC; }
span { border-color: rgb(34,70,172); }
td.TdClassName
{
border-color: #2246AC;
}
.TagClassName
{
border-color: #2246AC;
}
</style>