Shades of Persian Blue #2A36DD
Tints of Persian Blue #2A36DD
RGB
CMYK
RGB Variations
Color information
#2A36DD (or 0x2A36DD) is known color: Persian Blue. HEX triplet: 2A, 36 and DD. RGB value is (42,54,221). Sum of RGB (Red+Green+Blue) = 42+54+221=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A36DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A36DD is #D5C922. Grayscale: #444444. Windows color (decimal): -14010659 or 14497322. OLE color: 14497322.
HSL color Cylindrical-coordinate representation of color #2A36DD: hue angle of 235.98º 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 #2A36DD is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 54 | 221 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.13 |
| HSL | 235.98º | 0.72% | 0.52% | - |
| HSV(B) | 235.98º | 0.81% | 0.87% | - |
| XYZ | 15.33 | 8.35 | 69.21 | - |
| YUV | 69.45 | 213.52 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 221 | 0.81 | 0.76 | 0 | 0.13 | 235.98 | 0.72 | 0.52 |
| Hex | 2A | 36 | DD | 51 | 4C | 0 | D | EC | 48 | 34 |
| Octal | 52 | 66 | 335 | 121 | 114 | 0 | 15 | 354 | 110 | 64 |
| Binary | 101010 | 110110 | 11011101 | 1010001 | 1001100 | 0 | 1101 | 11101100 | 1001000 | 110100 |
Color Harmonies of #2A36DD
Complementary color
Monochromatic Colors of #2A36DD
Black with #2A36DD
Text Example
Text Example
White with #2A36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A36DD; }
p { color: rgb(42,54,221); }
H1.HeaderClassName
{
color: #2A36DD;
}
.AnyTagClassName
{
color: #2A36DD;
}
</style>
background-color css
<style>
a { background-color: #2A36DD; }
a { background-color: rgb(42,54,221); }
div.DivClassName
{
background-color: #2A36DD;
}
.BgClassName
{
background-color: #2A36DD;
}
</style>
border-color css
<style>
span { border-color: #2A36DD; }
span { border-color: rgb(42,54,221); }
td.TdClassName
{
border-color: #2A36DD;
}
.TagClassName
{
border-color: #2A36DD;
}
</style>