Shades of Persian Blue #2D34DC
Tints of Persian Blue #2D34DC
RGB
CMYK
RGB Variations
Color information
#2D34DC (or 0x2D34DC) is known color: Persian Blue. HEX triplet: 2D, 34 and DC. RGB value is (45,52,220). Sum of RGB (Red+Green+Blue) = 45+52+220=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D34DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D34DC is #D2CB23. Grayscale: #444444. Windows color (decimal): -13814564 or 14431277. OLE color: 14431277.
HSL color Cylindrical-coordinate representation of color #2D34DC: hue angle of 237.6º 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 #2D34DC is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 52 | 220 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.14 |
| HSL | 237.6º | 0.71% | 0.52% | - |
| HSV(B) | 237.6º | 0.8% | 0.86% | - |
| XYZ | 15.23 | 8.18 | 68.49 | - |
| YUV | 69.06 | 213.18 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 220 | 0.80 | 0.76 | 0 | 0.14 | 237.6 | 0.71 | 0.52 |
| Hex | 2D | 34 | DC | 50 | 4C | 0 | E | EE | 47 | 34 |
| Octal | 55 | 64 | 334 | 120 | 114 | 0 | 16 | 356 | 107 | 64 |
| Binary | 101101 | 110100 | 11011100 | 1010000 | 1001100 | 0 | 1110 | 11101110 | 1000111 | 110100 |
Color Harmonies of #2D34DC
Complementary color
Monochromatic Colors of #2D34DC
Black with #2D34DC
Text Example
Text Example
White with #2D34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D34DC; }
p { color: rgb(45,52,220); }
H1.HeaderClassName
{
color: #2D34DC;
}
.AnyTagClassName
{
color: #2D34DC;
}
</style>
background-color css
<style>
a { background-color: #2D34DC; }
a { background-color: rgb(45,52,220); }
div.DivClassName
{
background-color: #2D34DC;
}
.BgClassName
{
background-color: #2D34DC;
}
</style>
border-color css
<style>
span { border-color: #2D34DC; }
span { border-color: rgb(45,52,220); }
td.TdClassName
{
border-color: #2D34DC;
}
.TagClassName
{
border-color: #2D34DC;
}
</style>