Shades of Persian Blue #2341AB
Tints of Persian Blue #2341AB
RGB
CMYK
RGB Variations
Color information
#2341AB (or 0x2341AB) is known color: Persian Blue. HEX triplet: 23, 41 and AB. RGB value is (35,65,171). Sum of RGB (Red+Green+Blue) = 35+65+171=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #2341AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2341AB is #DCBE54. Grayscale: #434343. Windows color (decimal): -14466645 or 11223331. OLE color: 11223331.
HSL color Cylindrical-coordinate representation of color #2341AB: hue angle of 226.76º 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 #2341AB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 65 | 171 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.33 |
| HSL | 226.76º | 0.66% | 0.4% | - |
| HSV(B) | 226.76º | 0.8% | 0.67% | - |
| XYZ | 9.93 | 7.08 | 39.37 | - |
| YUV | 68.11 | 186.06 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 171 | 0.80 | 0.62 | 0 | 0.33 | 226.76 | 0.66 | 0.4 |
| Hex | 23 | 41 | AB | 50 | 3E | 0 | 21 | E3 | 42 | 28 |
| Octal | 43 | 101 | 253 | 120 | 76 | 0 | 41 | 343 | 102 | 50 |
| Binary | 100011 | 1000001 | 10101011 | 1010000 | 111110 | 0 | 100001 | 11100011 | 1000010 | 101000 |
Color Harmonies of #2341AB
Complementary color
Monochromatic Colors of #2341AB
Black with #2341AB
Text Example
Text Example
White with #2341AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341AB; }
p { color: rgb(35,65,171); }
H1.HeaderClassName
{
color: #2341AB;
}
.AnyTagClassName
{
color: #2341AB;
}
</style>
background-color css
<style>
a { background-color: #2341AB; }
a { background-color: rgb(35,65,171); }
div.DivClassName
{
background-color: #2341AB;
}
.BgClassName
{
background-color: #2341AB;
}
</style>
border-color css
<style>
span { border-color: #2341AB; }
span { border-color: rgb(35,65,171); }
td.TdClassName
{
border-color: #2341AB;
}
.TagClassName
{
border-color: #2341AB;
}
</style>