Shades of Persian Blue #251ECE
Tints of Persian Blue #251ECE
RGB
CMYK
RGB Variations
Color information
#251ECE (or 0x251ECE) is known color: Persian Blue. HEX triplet: 25, 1E and CE. RGB value is (37,30,206). Sum of RGB (Red+Green+Blue) = 37+30+206=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #251ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ECE is #DAE131. Grayscale: #333333. Windows color (decimal): -14344498 or 13508133. OLE color: 13508133.
HSL color Cylindrical-coordinate representation of color #251ECE: hue angle of 242.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251ECE is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 30 | 206 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.19 |
| HSL | 242.39º | 0.75% | 0.46% | - |
| HSV(B) | 242.39º | 0.85% | 0.81% | - |
| XYZ | 12.37 | 5.78 | 58.86 | - |
| YUV | 52.16 | 214.82 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 206 | 0.82 | 0.85 | 0 | 0.19 | 242.39 | 0.75 | 0.46 |
| Hex | 25 | 1E | CE | 52 | 55 | 0 | 13 | F2 | 4B | 2E |
| Octal | 45 | 36 | 316 | 122 | 125 | 0 | 23 | 362 | 113 | 56 |
| Binary | 100101 | 11110 | 11001110 | 1010010 | 1010101 | 0 | 10011 | 11110010 | 1001011 | 101110 |
Color Harmonies of #251ECE
Complementary color
Monochromatic Colors of #251ECE
Black with #251ECE
Text Example
Text Example
White with #251ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251ECE; }
p { color: rgb(37,30,206); }
H1.HeaderClassName
{
color: #251ECE;
}
.AnyTagClassName
{
color: #251ECE;
}
</style>
background-color css
<style>
a { background-color: #251ECE; }
a { background-color: rgb(37,30,206); }
div.DivClassName
{
background-color: #251ECE;
}
.BgClassName
{
background-color: #251ECE;
}
</style>
border-color css
<style>
span { border-color: #251ECE; }
span { border-color: rgb(37,30,206); }
td.TdClassName
{
border-color: #251ECE;
}
.TagClassName
{
border-color: #251ECE;
}
</style>