Shades of Persian Blue #2340AD
Tints of Persian Blue #2340AD
RGB
CMYK
RGB Variations
Color information
#2340AD (or 0x2340AD) is known color: Persian Blue. HEX triplet: 23, 40 and AD. RGB value is (35,64,173). Sum of RGB (Red+Green+Blue) = 35+64+173=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #2340AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2340AD is #DCBF52. Grayscale: #434343. Windows color (decimal): -14466899 or 11354147. OLE color: 11354147.
HSL color Cylindrical-coordinate representation of color #2340AD: hue angle of 227.39º 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 #2340AD is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 64 | 173 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.32 |
| HSL | 227.39º | 0.66% | 0.41% | - |
| HSV(B) | 227.39º | 0.8% | 0.68% | - |
| XYZ | 10.07 | 7.04 | 40.36 | - |
| YUV | 67.76 | 187.39 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 173 | 0.80 | 0.63 | 0 | 0.32 | 227.39 | 0.66 | 0.41 |
| Hex | 23 | 40 | AD | 50 | 3F | 0 | 20 | E3 | 42 | 29 |
| Octal | 43 | 100 | 255 | 120 | 77 | 0 | 40 | 343 | 102 | 51 |
| Binary | 100011 | 1000000 | 10101101 | 1010000 | 111111 | 0 | 100000 | 11100011 | 1000010 | 101001 |
Color Harmonies of #2340AD
Complementary color
Monochromatic Colors of #2340AD
Black with #2340AD
Text Example
Text Example
White with #2340AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2340AD; }
p { color: rgb(35,64,173); }
H1.HeaderClassName
{
color: #2340AD;
}
.AnyTagClassName
{
color: #2340AD;
}
</style>
background-color css
<style>
a { background-color: #2340AD; }
a { background-color: rgb(35,64,173); }
div.DivClassName
{
background-color: #2340AD;
}
.BgClassName
{
background-color: #2340AD;
}
</style>
border-color css
<style>
span { border-color: #2340AD; }
span { border-color: rgb(35,64,173); }
td.TdClassName
{
border-color: #2340AD;
}
.TagClassName
{
border-color: #2340AD;
}
</style>