Shades of Persian Blue #2623DC
Tints of Persian Blue #2623DC
RGB
CMYK
RGB Variations
Color information
#2623DC (or 0x2623DC) is known color: Persian Blue. HEX triplet: 26, 23 and DC. RGB value is (38,35,220). Sum of RGB (Red+Green+Blue) = 38+35+220=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #2623DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2623DC is #D9DC23. Grayscale: #383838. Windows color (decimal): -14277668 or 14426918. OLE color: 14426918.
HSL color Cylindrical-coordinate representation of color #2623DC: hue angle of 240.97º 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 #2623DC is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 35 | 220 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.14 |
| HSL | 240.97º | 0.73% | 0.5% | - |
| HSV(B) | 240.97º | 0.84% | 0.86% | - |
| XYZ | 14.32 | 6.78 | 68.26 | - |
| YUV | 56.99 | 219.99 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 35 | 220 | 0.83 | 0.84 | 0 | 0.14 | 240.97 | 0.73 | 0.5 |
| Hex | 26 | 23 | DC | 53 | 54 | 0 | E | F1 | 49 | 32 |
| Octal | 46 | 43 | 334 | 123 | 124 | 0 | 16 | 361 | 111 | 62 |
| Binary | 100110 | 100011 | 11011100 | 1010011 | 1010100 | 0 | 1110 | 11110001 | 1001001 | 110010 |
Color Harmonies of #2623DC
Complementary color
Monochromatic Colors of #2623DC
Black with #2623DC
Text Example
Text Example
White with #2623DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2623DC; }
p { color: rgb(38,35,220); }
H1.HeaderClassName
{
color: #2623DC;
}
.AnyTagClassName
{
color: #2623DC;
}
</style>
background-color css
<style>
a { background-color: #2623DC; }
a { background-color: rgb(38,35,220); }
div.DivClassName
{
background-color: #2623DC;
}
.BgClassName
{
background-color: #2623DC;
}
</style>
border-color css
<style>
span { border-color: #2623DC; }
span { border-color: rgb(38,35,220); }
td.TdClassName
{
border-color: #2623DC;
}
.TagClassName
{
border-color: #2623DC;
}
</style>