Shades of Persian Blue #2345AD
Tints of Persian Blue #2345AD
RGB
CMYK
RGB Variations
Color information
#2345AD (or 0x2345AD) is known color: Persian Blue. HEX triplet: 23, 45 and AD. RGB value is (35,69,173). Sum of RGB (Red+Green+Blue) = 35+69+173=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #2345AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2345AD is #DCBA52. Grayscale: #464646. Windows color (decimal): -14465619 or 11355427. OLE color: 11355427.
HSL color Cylindrical-coordinate representation of color #2345AD: hue angle of 225.22º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2345AD is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 69 | 173 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.32 |
| HSL | 225.22º | 0.66% | 0.41% | - |
| HSV(B) | 225.22º | 0.8% | 0.68% | - |
| XYZ | 10.36 | 7.63 | 40.46 | - |
| YUV | 70.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 173 | 0.80 | 0.60 | 0 | 0.32 | 225.22 | 0.66 | 0.41 |
| Hex | 23 | 45 | AD | 50 | 3C | 0 | 20 | E1 | 42 | 29 |
| Octal | 43 | 105 | 255 | 120 | 74 | 0 | 40 | 341 | 102 | 51 |
| Binary | 100011 | 1000101 | 10101101 | 1010000 | 111100 | 0 | 100000 | 11100001 | 1000010 | 101001 |
Color Harmonies of #2345AD
Complementary color
Monochromatic Colors of #2345AD
Black with #2345AD
Text Example
Text Example
White with #2345AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2345AD; }
p { color: rgb(35,69,173); }
H1.HeaderClassName
{
color: #2345AD;
}
.AnyTagClassName
{
color: #2345AD;
}
</style>
background-color css
<style>
a { background-color: #2345AD; }
a { background-color: rgb(35,69,173); }
div.DivClassName
{
background-color: #2345AD;
}
.BgClassName
{
background-color: #2345AD;
}
</style>
border-color css
<style>
span { border-color: #2345AD; }
span { border-color: rgb(35,69,173); }
td.TdClassName
{
border-color: #2345AD;
}
.TagClassName
{
border-color: #2345AD;
}
</style>