Shades of Persian Blue #2A36CD
Tints of Persian Blue #2A36CD
RGB
CMYK
RGB Variations
Color information
#2A36CD (or 0x2A36CD) is known color: Persian Blue. HEX triplet: 2A, 36 and CD. RGB value is (42,54,205). Sum of RGB (Red+Green+Blue) = 42+54+205=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A36CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A36CD is #D5C932. Grayscale: #434343. Windows color (decimal): -14010675 or 13448746. OLE color: 13448746.
HSL color Cylindrical-coordinate representation of color #2A36CD: hue angle of 235.58º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A36CD is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 54 | 205 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.20 |
| HSL | 235.58º | 0.66% | 0.48% | - |
| HSV(B) | 235.58º | 0.8% | 0.8% | - |
| XYZ | 13.29 | 7.54 | 58.51 | - |
| YUV | 67.63 | 205.52 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 205 | 0.80 | 0.74 | 0 | 0.20 | 235.58 | 0.66 | 0.48 |
| Hex | 2A | 36 | CD | 50 | 4A | 0 | 14 | EC | 42 | 30 |
| Octal | 52 | 66 | 315 | 120 | 112 | 0 | 24 | 354 | 102 | 60 |
| Binary | 101010 | 110110 | 11001101 | 1010000 | 1001010 | 0 | 10100 | 11101100 | 1000010 | 110000 |
Color Harmonies of #2A36CD
Complementary color
Monochromatic Colors of #2A36CD
Black with #2A36CD
Text Example
Text Example
White with #2A36CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A36CD; }
p { color: rgb(42,54,205); }
H1.HeaderClassName
{
color: #2A36CD;
}
.AnyTagClassName
{
color: #2A36CD;
}
</style>
background-color css
<style>
a { background-color: #2A36CD; }
a { background-color: rgb(42,54,205); }
div.DivClassName
{
background-color: #2A36CD;
}
.BgClassName
{
background-color: #2A36CD;
}
</style>
border-color css
<style>
span { border-color: #2A36CD; }
span { border-color: rgb(42,54,205); }
td.TdClassName
{
border-color: #2A36CD;
}
.TagClassName
{
border-color: #2A36CD;
}
</style>