Shades of Persian Blue #2D36DC
Tints of Persian Blue #2D36DC
RGB
CMYK
RGB Variations
Color information
#2D36DC (or 0x2D36DC) is known color: Persian Blue. HEX triplet: 2D, 36 and DC. RGB value is (45,54,220). Sum of RGB (Red+Green+Blue) = 45+54+220=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D36DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D36DC is #D2C923. Grayscale: #454545. Windows color (decimal): -13814052 or 14431789. OLE color: 14431789.
HSL color Cylindrical-coordinate representation of color #2D36DC: hue angle of 236.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D36DC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 54 | 220 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.14 |
| HSL | 236.91º | 0.71% | 0.52% | - |
| HSV(B) | 236.91º | 0.8% | 0.86% | - |
| XYZ | 15.32 | 8.36 | 68.52 | - |
| YUV | 70.23 | 212.52 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 220 | 0.80 | 0.75 | 0 | 0.14 | 236.91 | 0.71 | 0.52 |
| Hex | 2D | 36 | DC | 50 | 4B | 0 | E | ED | 47 | 34 |
| Octal | 55 | 66 | 334 | 120 | 113 | 0 | 16 | 355 | 107 | 64 |
| Binary | 101101 | 110110 | 11011100 | 1010000 | 1001011 | 0 | 1110 | 11101101 | 1000111 | 110100 |
Color Harmonies of #2D36DC
Complementary color
Monochromatic Colors of #2D36DC
Black with #2D36DC
Text Example
Text Example
White with #2D36DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D36DC; }
p { color: rgb(45,54,220); }
H1.HeaderClassName
{
color: #2D36DC;
}
.AnyTagClassName
{
color: #2D36DC;
}
</style>
background-color css
<style>
a { background-color: #2D36DC; }
a { background-color: rgb(45,54,220); }
div.DivClassName
{
background-color: #2D36DC;
}
.BgClassName
{
background-color: #2D36DC;
}
</style>
border-color css
<style>
span { border-color: #2D36DC; }
span { border-color: rgb(45,54,220); }
td.TdClassName
{
border-color: #2D36DC;
}
.TagClassName
{
border-color: #2D36DC;
}
</style>