Shades of Persian Blue #2C3CDB
Tints of Persian Blue #2C3CDB
RGB
CMYK
RGB Variations
Color information
#2C3CDB (or 0x2C3CDB) is known color: Persian Blue. HEX triplet: 2C, 3C and DB. RGB value is (44,60,219). Sum of RGB (Red+Green+Blue) = 44+60+219=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C3CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3CDB is #D3C324. Grayscale: #484848. Windows color (decimal): -13878053 or 14367788. OLE color: 14367788.
HSL color Cylindrical-coordinate representation of color #2C3CDB: hue angle of 234.51º 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 #2C3CDB is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 60 | 219 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.14 |
| HSL | 234.51º | 0.71% | 0.52% | - |
| HSV(B) | 234.51º | 0.8% | 0.86% | - |
| XYZ | 15.44 | 8.88 | 67.92 | - |
| YUV | 73.34 | 210.2 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 219 | 0.80 | 0.73 | 0 | 0.14 | 234.51 | 0.71 | 0.52 |
| Hex | 2C | 3C | DB | 50 | 49 | 0 | E | EB | 47 | 34 |
| Octal | 54 | 74 | 333 | 120 | 111 | 0 | 16 | 353 | 107 | 64 |
| Binary | 101100 | 111100 | 11011011 | 1010000 | 1001001 | 0 | 1110 | 11101011 | 1000111 | 110100 |
Color Harmonies of #2C3CDB
Complementary color
Monochromatic Colors of #2C3CDB
Black with #2C3CDB
Text Example
Text Example
White with #2C3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3CDB; }
p { color: rgb(44,60,219); }
H1.HeaderClassName
{
color: #2C3CDB;
}
.AnyTagClassName
{
color: #2C3CDB;
}
</style>
background-color css
<style>
a { background-color: #2C3CDB; }
a { background-color: rgb(44,60,219); }
div.DivClassName
{
background-color: #2C3CDB;
}
.BgClassName
{
background-color: #2C3CDB;
}
</style>
border-color css
<style>
span { border-color: #2C3CDB; }
span { border-color: rgb(44,60,219); }
td.TdClassName
{
border-color: #2C3CDB;
}
.TagClassName
{
border-color: #2C3CDB;
}
</style>