Shades of Persian Blue #2D3CDF
Tints of Persian Blue #2D3CDF
RGB
CMYK
RGB Variations
Color information
#2D3CDF (or 0x2D3CDF) is known color: Persian Blue. HEX triplet: 2D, 3C and DF. RGB value is (45,60,223). Sum of RGB (Red+Green+Blue) = 45+60+223=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D3CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3CDF is #D2C320. Grayscale: #494949. Windows color (decimal): -13812513 or 14629933. OLE color: 14629933.
HSL color Cylindrical-coordinate representation of color #2D3CDF: hue angle of 234.94º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D3CDF is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 60 | 223 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.13 |
| HSL | 234.94º | 0.74% | 0.53% | - |
| HSV(B) | 234.94º | 0.8% | 0.87% | - |
| XYZ | 16.02 | 9.12 | 70.73 | - |
| YUV | 74.1 | 212.03 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 223 | 0.80 | 0.73 | 0 | 0.13 | 234.94 | 0.74 | 0.53 |
| Hex | 2D | 3C | DF | 50 | 49 | 0 | D | EB | 4A | 35 |
| Octal | 55 | 74 | 337 | 120 | 111 | 0 | 15 | 353 | 112 | 65 |
| Binary | 101101 | 111100 | 11011111 | 1010000 | 1001001 | 0 | 1101 | 11101011 | 1001010 | 110101 |
Color Harmonies of #2D3CDF
Complementary color
Monochromatic Colors of #2D3CDF
Black with #2D3CDF
Text Example
Text Example
White with #2D3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3CDF; }
p { color: rgb(45,60,223); }
H1.HeaderClassName
{
color: #2D3CDF;
}
.AnyTagClassName
{
color: #2D3CDF;
}
</style>
background-color css
<style>
a { background-color: #2D3CDF; }
a { background-color: rgb(45,60,223); }
div.DivClassName
{
background-color: #2D3CDF;
}
.BgClassName
{
background-color: #2D3CDF;
}
</style>
border-color css
<style>
span { border-color: #2D3CDF; }
span { border-color: rgb(45,60,223); }
td.TdClassName
{
border-color: #2D3CDF;
}
.TagClassName
{
border-color: #2D3CDF;
}
</style>