Shades of Persian Blue #2341AC
Tints of Persian Blue #2341AC
RGB
CMYK
RGB Variations
Color information
#2341AC (or 0x2341AC) is known color: Persian Blue. HEX triplet: 23, 41 and AC. RGB value is (35,65,172). Sum of RGB (Red+Green+Blue) = 35+65+172=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #2341AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2341AC is #DCBE53. Grayscale: #434343. Windows color (decimal): -14466644 or 11288867. OLE color: 11288867.
HSL color Cylindrical-coordinate representation of color #2341AC: hue angle of 226.86º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2341AC is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 65 | 172 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.33 |
| HSL | 226.86º | 0.66% | 0.41% | - |
| HSV(B) | 226.86º | 0.8% | 0.67% | - |
| XYZ | 10.03 | 7.12 | 39.87 | - |
| YUV | 68.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 172 | 0.80 | 0.62 | 0 | 0.33 | 226.86 | 0.66 | 0.41 |
| Hex | 23 | 41 | AC | 50 | 3E | 0 | 21 | E3 | 42 | 29 |
| Octal | 43 | 101 | 254 | 120 | 76 | 0 | 41 | 343 | 102 | 51 |
| Binary | 100011 | 1000001 | 10101100 | 1010000 | 111110 | 0 | 100001 | 11100011 | 1000010 | 101001 |
Color Harmonies of #2341AC
Complementary color
Monochromatic Colors of #2341AC
Black with #2341AC
Text Example
Text Example
White with #2341AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341AC; }
p { color: rgb(35,65,172); }
H1.HeaderClassName
{
color: #2341AC;
}
.AnyTagClassName
{
color: #2341AC;
}
</style>
background-color css
<style>
a { background-color: #2341AC; }
a { background-color: rgb(35,65,172); }
div.DivClassName
{
background-color: #2341AC;
}
.BgClassName
{
background-color: #2341AC;
}
</style>
border-color css
<style>
span { border-color: #2341AC; }
span { border-color: rgb(35,65,172); }
td.TdClassName
{
border-color: #2341AC;
}
.TagClassName
{
border-color: #2341AC;
}
</style>