Shades of Persian Blue #2A36DA
Tints of Persian Blue #2A36DA
RGB
CMYK
RGB Variations
Color information
#2A36DA (or 0x2A36DA) is known color: Persian Blue. HEX triplet: 2A, 36 and DA. RGB value is (42,54,218). Sum of RGB (Red+Green+Blue) = 42+54+218=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A36DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A36DA is #D5C925. Grayscale: #444444. Windows color (decimal): -14010662 or 14300714. OLE color: 14300714.
HSL color Cylindrical-coordinate representation of color #2A36DA: hue angle of 235.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A36DA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 54 | 218 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.15 |
| HSL | 235.91º | 0.7% | 0.51% | - |
| HSV(B) | 235.91º | 0.81% | 0.85% | - |
| XYZ | 14.93 | 8.19 | 67.12 | - |
| YUV | 69.11 | 212.02 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 218 | 0.81 | 0.75 | 0 | 0.15 | 235.91 | 0.7 | 0.51 |
| Hex | 2A | 36 | DA | 51 | 4B | 0 | F | EC | 46 | 33 |
| Octal | 52 | 66 | 332 | 121 | 113 | 0 | 17 | 354 | 106 | 63 |
| Binary | 101010 | 110110 | 11011010 | 1010001 | 1001011 | 0 | 1111 | 11101100 | 1000110 | 110011 |
Color Harmonies of #2A36DA
Complementary color
Monochromatic Colors of #2A36DA
Black with #2A36DA
Text Example
Text Example
White with #2A36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A36DA; }
p { color: rgb(42,54,218); }
H1.HeaderClassName
{
color: #2A36DA;
}
.AnyTagClassName
{
color: #2A36DA;
}
</style>
background-color css
<style>
a { background-color: #2A36DA; }
a { background-color: rgb(42,54,218); }
div.DivClassName
{
background-color: #2A36DA;
}
.BgClassName
{
background-color: #2A36DA;
}
</style>
border-color css
<style>
span { border-color: #2A36DA; }
span { border-color: rgb(42,54,218); }
td.TdClassName
{
border-color: #2A36DA;
}
.TagClassName
{
border-color: #2A36DA;
}
</style>