Shades of Persian Blue #2A35DD
Tints of Persian Blue #2A35DD
RGB
CMYK
RGB Variations
Color information
#2A35DD (or 0x2A35DD) is known color: Persian Blue. HEX triplet: 2A, 35 and DD. RGB value is (42,53,221). Sum of RGB (Red+Green+Blue) = 42+53+221=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A35DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A35DD is #D5CA22. Grayscale: #444444. Windows color (decimal): -14010915 or 14497066. OLE color: 14497066.
HSL color Cylindrical-coordinate representation of color #2A35DD: hue angle of 236.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A35DD is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 53 | 221 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.13 |
| HSL | 236.31º | 0.72% | 0.52% | - |
| HSV(B) | 236.31º | 0.81% | 0.87% | - |
| XYZ | 15.28 | 8.26 | 69.2 | - |
| YUV | 68.86 | 213.86 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 221 | 0.81 | 0.76 | 0 | 0.13 | 236.31 | 0.72 | 0.52 |
| Hex | 2A | 35 | DD | 51 | 4C | 0 | D | EC | 48 | 34 |
| Octal | 52 | 65 | 335 | 121 | 114 | 0 | 15 | 354 | 110 | 64 |
| Binary | 101010 | 110101 | 11011101 | 1010001 | 1001100 | 0 | 1101 | 11101100 | 1001000 | 110100 |
Color Harmonies of #2A35DD
Complementary color
Monochromatic Colors of #2A35DD
Black with #2A35DD
Text Example
Text Example
White with #2A35DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A35DD; }
p { color: rgb(42,53,221); }
H1.HeaderClassName
{
color: #2A35DD;
}
.AnyTagClassName
{
color: #2A35DD;
}
</style>
background-color css
<style>
a { background-color: #2A35DD; }
a { background-color: rgb(42,53,221); }
div.DivClassName
{
background-color: #2A35DD;
}
.BgClassName
{
background-color: #2A35DD;
}
</style>
border-color css
<style>
span { border-color: #2A35DD; }
span { border-color: rgb(42,53,221); }
td.TdClassName
{
border-color: #2A35DD;
}
.TagClassName
{
border-color: #2A35DD;
}
</style>