Shades of Persian Blue #231EDC
Tints of Persian Blue #231EDC
RGB
CMYK
RGB Variations
Color information
#231EDC (or 0x231EDC) is known color: Persian Blue. HEX triplet: 23, 1E and DC. RGB value is (35,30,220). Sum of RGB (Red+Green+Blue) = 35+30+220=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #231EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EDC is #DCE123. Grayscale: #343434. Windows color (decimal): -14475556 or 14425635. OLE color: 14425635.
HSL color Cylindrical-coordinate representation of color #231EDC: hue angle of 241.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231EDC is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 30 | 220 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.14 |
| HSL | 241.58º | 0.76% | 0.49% | - |
| HSV(B) | 241.58º | 0.86% | 0.86% | - |
| XYZ | 14.08 | 6.45 | 68.21 | - |
| YUV | 53.16 | 222.16 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 220 | 0.84 | 0.86 | 0 | 0.14 | 241.58 | 0.76 | 0.49 |
| Hex | 23 | 1E | DC | 54 | 56 | 0 | E | F2 | 4C | 31 |
| Octal | 43 | 36 | 334 | 124 | 126 | 0 | 16 | 362 | 114 | 61 |
| Binary | 100011 | 11110 | 11011100 | 1010100 | 1010110 | 0 | 1110 | 11110010 | 1001100 | 110001 |
Color Harmonies of #231EDC
Complementary color
Monochromatic Colors of #231EDC
Black with #231EDC
Text Example
Text Example
White with #231EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EDC; }
p { color: rgb(35,30,220); }
H1.HeaderClassName
{
color: #231EDC;
}
.AnyTagClassName
{
color: #231EDC;
}
</style>
background-color css
<style>
a { background-color: #231EDC; }
a { background-color: rgb(35,30,220); }
div.DivClassName
{
background-color: #231EDC;
}
.BgClassName
{
background-color: #231EDC;
}
</style>
border-color css
<style>
span { border-color: #231EDC; }
span { border-color: rgb(35,30,220); }
td.TdClassName
{
border-color: #231EDC;
}
.TagClassName
{
border-color: #231EDC;
}
</style>