Shades of Persian Blue #2A23BD
Tints of Persian Blue #2A23BD
RGB
CMYK
RGB Variations
Color information
#2A23BD (or 0x2A23BD) is known color: Persian Blue. HEX triplet: 2A, 23 and BD. RGB value is (42,35,189). Sum of RGB (Red+Green+Blue) = 42+35+189=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A23BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A23BD is #D5DC42. Grayscale: #363636. Windows color (decimal): -14015555 or 12395306. OLE color: 12395306.
HSL color Cylindrical-coordinate representation of color #2A23BD: hue angle of 242.73º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A23BD is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 35 | 189 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.26 |
| HSL | 242.73º | 0.69% | 0.44% | - |
| HSV(B) | 242.73º | 0.81% | 0.74% | - |
| XYZ | 10.74 | 5.37 | 48.61 | - |
| YUV | 54.65 | 203.82 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 189 | 0.78 | 0.81 | 0 | 0.26 | 242.73 | 0.69 | 0.44 |
| Hex | 2A | 23 | BD | 4E | 51 | 0 | 1A | F3 | 45 | 2C |
| Octal | 52 | 43 | 275 | 116 | 121 | 0 | 32 | 363 | 105 | 54 |
| Binary | 101010 | 100011 | 10111101 | 1001110 | 1010001 | 0 | 11010 | 11110011 | 1000101 | 101100 |
Color Harmonies of #2A23BD
Complementary color
Monochromatic Colors of #2A23BD
Black with #2A23BD
Text Example
Text Example
White with #2A23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A23BD; }
p { color: rgb(42,35,189); }
H1.HeaderClassName
{
color: #2A23BD;
}
.AnyTagClassName
{
color: #2A23BD;
}
</style>
background-color css
<style>
a { background-color: #2A23BD; }
a { background-color: rgb(42,35,189); }
div.DivClassName
{
background-color: #2A23BD;
}
.BgClassName
{
background-color: #2A23BD;
}
</style>
border-color css
<style>
span { border-color: #2A23BD; }
span { border-color: rgb(42,35,189); }
td.TdClassName
{
border-color: #2A23BD;
}
.TagClassName
{
border-color: #2A23BD;
}
</style>