Shades of Persian Blue #2346AB
Tints of Persian Blue #2346AB
RGB
CMYK
RGB Variations
Color information
#2346AB (or 0x2346AB) is known color: Persian Blue. HEX triplet: 23, 46 and AB. RGB value is (35,70,171). Sum of RGB (Red+Green+Blue) = 35+70+171=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2346AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2346AB is #DCB954. Grayscale: #464646. Windows color (decimal): -14465365 or 11224611. OLE color: 11224611.
HSL color Cylindrical-coordinate representation of color #2346AB: hue angle of 224.56º degrees, saturation: 0.66, 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 #2346AB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 70 | 171 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.33 |
| HSL | 224.56º | 0.66% | 0.4% | - |
| HSV(B) | 224.56º | 0.8% | 0.67% | - |
| XYZ | 10.23 | 7.68 | 39.47 | - |
| YUV | 71.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 171 | 0.80 | 0.59 | 0 | 0.33 | 224.56 | 0.66 | 0.4 |
| Hex | 23 | 46 | AB | 50 | 3B | 0 | 21 | E1 | 42 | 28 |
| Octal | 43 | 106 | 253 | 120 | 73 | 0 | 41 | 341 | 102 | 50 |
| Binary | 100011 | 1000110 | 10101011 | 1010000 | 111011 | 0 | 100001 | 11100001 | 1000010 | 101000 |
Color Harmonies of #2346AB
Complementary color
Monochromatic Colors of #2346AB
Black with #2346AB
Text Example
Text Example
White with #2346AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2346AB; }
p { color: rgb(35,70,171); }
H1.HeaderClassName
{
color: #2346AB;
}
.AnyTagClassName
{
color: #2346AB;
}
</style>
background-color css
<style>
a { background-color: #2346AB; }
a { background-color: rgb(35,70,171); }
div.DivClassName
{
background-color: #2346AB;
}
.BgClassName
{
background-color: #2346AB;
}
</style>
border-color css
<style>
span { border-color: #2346AB; }
span { border-color: rgb(35,70,171); }
td.TdClassName
{
border-color: #2346AB;
}
.TagClassName
{
border-color: #2346AB;
}
</style>