Shades of Persian Blue #231EDA
Tints of Persian Blue #231EDA
RGB
CMYK
RGB Variations
Color information
#231EDA (or 0x231EDA) is known color: Persian Blue. HEX triplet: 23, 1E and DA. RGB value is (35,30,218). Sum of RGB (Red+Green+Blue) = 35+30+218=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #231EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EDA is #DCE125. Grayscale: #343434. Windows color (decimal): -14475558 or 14294563. OLE color: 14294563.
HSL color Cylindrical-coordinate representation of color #231EDA: hue angle of 241.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231EDA is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 30 | 218 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.15 |
| HSL | 241.6º | 0.76% | 0.49% | - |
| HSV(B) | 241.6º | 0.86% | 0.85% | - |
| XYZ | 13.81 | 6.35 | 66.83 | - |
| YUV | 52.93 | 221.16 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 218 | 0.84 | 0.86 | 0 | 0.15 | 241.6 | 0.76 | 0.49 |
| Hex | 23 | 1E | DA | 54 | 56 | 0 | F | F2 | 4C | 31 |
| Octal | 43 | 36 | 332 | 124 | 126 | 0 | 17 | 362 | 114 | 61 |
| Binary | 100011 | 11110 | 11011010 | 1010100 | 1010110 | 0 | 1111 | 11110010 | 1001100 | 110001 |
Color Harmonies of #231EDA
Complementary color
Monochromatic Colors of #231EDA
Black with #231EDA
Text Example
Text Example
White with #231EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EDA; }
p { color: rgb(35,30,218); }
H1.HeaderClassName
{
color: #231EDA;
}
.AnyTagClassName
{
color: #231EDA;
}
</style>
background-color css
<style>
a { background-color: #231EDA; }
a { background-color: rgb(35,30,218); }
div.DivClassName
{
background-color: #231EDA;
}
.BgClassName
{
background-color: #231EDA;
}
</style>
border-color css
<style>
span { border-color: #231EDA; }
span { border-color: rgb(35,30,218); }
td.TdClassName
{
border-color: #231EDA;
}
.TagClassName
{
border-color: #231EDA;
}
</style>