Shades of Persian Blue #2C37DD
Tints of Persian Blue #2C37DD
RGB
CMYK
RGB Variations
Color information
#2C37DD (or 0x2C37DD) is known color: Persian Blue. HEX triplet: 2C, 37 and DD. RGB value is (44,55,221). Sum of RGB (Red+Green+Blue) = 44+55+221=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C37DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C37DD is #D3C822. Grayscale: #454545. Windows color (decimal): -13879331 or 14497580. OLE color: 14497580.
HSL color Cylindrical-coordinate representation of color #2C37DD: hue angle of 236.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C37DD is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 55 | 221 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.13 |
| HSL | 236.27º | 0.72% | 0.52% | - |
| HSV(B) | 236.27º | 0.8% | 0.87% | - |
| XYZ | 15.46 | 8.49 | 69.23 | - |
| YUV | 70.64 | 212.86 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 221 | 0.80 | 0.75 | 0 | 0.13 | 236.27 | 0.72 | 0.52 |
| Hex | 2C | 37 | DD | 50 | 4B | 0 | D | EC | 48 | 34 |
| Octal | 54 | 67 | 335 | 120 | 113 | 0 | 15 | 354 | 110 | 64 |
| Binary | 101100 | 110111 | 11011101 | 1010000 | 1001011 | 0 | 1101 | 11101100 | 1001000 | 110100 |
Color Harmonies of #2C37DD
Complementary color
Monochromatic Colors of #2C37DD
Black with #2C37DD
Text Example
Text Example
White with #2C37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C37DD; }
p { color: rgb(44,55,221); }
H1.HeaderClassName
{
color: #2C37DD;
}
.AnyTagClassName
{
color: #2C37DD;
}
</style>
background-color css
<style>
a { background-color: #2C37DD; }
a { background-color: rgb(44,55,221); }
div.DivClassName
{
background-color: #2C37DD;
}
.BgClassName
{
background-color: #2C37DD;
}
</style>
border-color css
<style>
span { border-color: #2C37DD; }
span { border-color: rgb(44,55,221); }
td.TdClassName
{
border-color: #2C37DD;
}
.TagClassName
{
border-color: #2C37DD;
}
</style>