Shades of Persian Blue #231ECD
Tints of Persian Blue #231ECD
RGB
CMYK
RGB Variations
Color information
#231ECD (or 0x231ECD) is known color: Persian Blue. HEX triplet: 23, 1E and CD. RGB value is (35,30,205). Sum of RGB (Red+Green+Blue) = 35+30+205=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #231ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ECD is #DCE132. Grayscale: #323232. Windows color (decimal): -14475571 or 13442595. OLE color: 13442595.
HSL color Cylindrical-coordinate representation of color #231ECD: hue angle of 241.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231ECD is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 30 | 205 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.20 |
| HSL | 241.71º | 0.74% | 0.46% | - |
| HSV(B) | 241.71º | 0.85% | 0.8% | - |
| XYZ | 12.18 | 5.69 | 58.21 | - |
| YUV | 51.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 205 | 0.83 | 0.85 | 0 | 0.20 | 241.71 | 0.74 | 0.46 |
| Hex | 23 | 1E | CD | 53 | 55 | 0 | 14 | F2 | 4A | 2E |
| Octal | 43 | 36 | 315 | 123 | 125 | 0 | 24 | 362 | 112 | 56 |
| Binary | 100011 | 11110 | 11001101 | 1010011 | 1010101 | 0 | 10100 | 11110010 | 1001010 | 101110 |
Color Harmonies of #231ECD
Complementary color
Monochromatic Colors of #231ECD
Black with #231ECD
Text Example
Text Example
White with #231ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231ECD; }
p { color: rgb(35,30,205); }
H1.HeaderClassName
{
color: #231ECD;
}
.AnyTagClassName
{
color: #231ECD;
}
</style>
background-color css
<style>
a { background-color: #231ECD; }
a { background-color: rgb(35,30,205); }
div.DivClassName
{
background-color: #231ECD;
}
.BgClassName
{
background-color: #231ECD;
}
</style>
border-color css
<style>
span { border-color: #231ECD; }
span { border-color: rgb(35,30,205); }
td.TdClassName
{
border-color: #231ECD;
}
.TagClassName
{
border-color: #231ECD;
}
</style>