Shades of Persian Blue #2723DC
Tints of Persian Blue #2723DC
RGB
CMYK
RGB Variations
Color information
#2723DC (or 0x2723DC) is known color: Persian Blue. HEX triplet: 27, 23 and DC. RGB value is (39,35,220). Sum of RGB (Red+Green+Blue) = 39+35+220=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #2723DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2723DC is #D8DC23. Grayscale: #383838. Windows color (decimal): -14212132 or 14426919. OLE color: 14426919.
HSL color Cylindrical-coordinate representation of color #2723DC: hue angle of 241.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2723DC is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 35 | 220 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.14 |
| HSL | 241.3º | 0.73% | 0.5% | - |
| HSV(B) | 241.3º | 0.84% | 0.86% | - |
| XYZ | 14.36 | 6.8 | 68.27 | - |
| YUV | 57.29 | 219.83 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 35 | 220 | 0.82 | 0.84 | 0 | 0.14 | 241.3 | 0.73 | 0.5 |
| Hex | 27 | 23 | DC | 52 | 54 | 0 | E | F1 | 49 | 32 |
| Octal | 47 | 43 | 334 | 122 | 124 | 0 | 16 | 361 | 111 | 62 |
| Binary | 100111 | 100011 | 11011100 | 1010010 | 1010100 | 0 | 1110 | 11110001 | 1001001 | 110010 |
Color Harmonies of #2723DC
Complementary color
Monochromatic Colors of #2723DC
Black with #2723DC
Text Example
Text Example
White with #2723DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2723DC; }
p { color: rgb(39,35,220); }
H1.HeaderClassName
{
color: #2723DC;
}
.AnyTagClassName
{
color: #2723DC;
}
</style>
background-color css
<style>
a { background-color: #2723DC; }
a { background-color: rgb(39,35,220); }
div.DivClassName
{
background-color: #2723DC;
}
.BgClassName
{
background-color: #2723DC;
}
</style>
border-color css
<style>
span { border-color: #2723DC; }
span { border-color: rgb(39,35,220); }
td.TdClassName
{
border-color: #2723DC;
}
.TagClassName
{
border-color: #2723DC;
}
</style>