Shades of Persian Blue #2A36DB
Tints of Persian Blue #2A36DB
RGB
CMYK
RGB Variations
Color information
#2A36DB (or 0x2A36DB) is known color: Persian Blue. HEX triplet: 2A, 36 and DB. RGB value is (42,54,219). Sum of RGB (Red+Green+Blue) = 42+54+219=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A36DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A36DB is #D5C924. Grayscale: #444444. Windows color (decimal): -14010661 or 14366250. OLE color: 14366250.
HSL color Cylindrical-coordinate representation of color #2A36DB: hue angle of 235.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A36DB is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 54 | 219 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.14 |
| HSL | 235.93º | 0.71% | 0.51% | - |
| HSV(B) | 235.93º | 0.81% | 0.86% | - |
| XYZ | 15.06 | 8.25 | 67.82 | - |
| YUV | 69.22 | 212.52 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 219 | 0.81 | 0.75 | 0 | 0.14 | 235.93 | 0.71 | 0.51 |
| Hex | 2A | 36 | DB | 51 | 4B | 0 | E | EC | 47 | 33 |
| Octal | 52 | 66 | 333 | 121 | 113 | 0 | 16 | 354 | 107 | 63 |
| Binary | 101010 | 110110 | 11011011 | 1010001 | 1001011 | 0 | 1110 | 11101100 | 1000111 | 110011 |
Color Harmonies of #2A36DB
Complementary color
Monochromatic Colors of #2A36DB
Black with #2A36DB
Text Example
Text Example
White with #2A36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A36DB; }
p { color: rgb(42,54,219); }
H1.HeaderClassName
{
color: #2A36DB;
}
.AnyTagClassName
{
color: #2A36DB;
}
</style>
background-color css
<style>
a { background-color: #2A36DB; }
a { background-color: rgb(42,54,219); }
div.DivClassName
{
background-color: #2A36DB;
}
.BgClassName
{
background-color: #2A36DB;
}
</style>
border-color css
<style>
span { border-color: #2A36DB; }
span { border-color: rgb(42,54,219); }
td.TdClassName
{
border-color: #2A36DB;
}
.TagClassName
{
border-color: #2A36DB;
}
</style>