Shades of Persian Blue #251ECF
Tints of Persian Blue #251ECF
RGB
CMYK
RGB Variations
Color information
#251ECF (or 0x251ECF) is known color: Persian Blue. HEX triplet: 25, 1E and CF. RGB value is (37,30,207). Sum of RGB (Red+Green+Blue) = 37+30+207=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #251ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ECF is #DAE130. Grayscale: #333333. Windows color (decimal): -14344497 or 13573669. OLE color: 13573669.
HSL color Cylindrical-coordinate representation of color #251ECF: hue angle of 242.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251ECF is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 30 | 207 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.19 |
| HSL | 242.37º | 0.75% | 0.46% | - |
| HSV(B) | 242.37º | 0.86% | 0.81% | - |
| XYZ | 12.49 | 5.83 | 59.5 | - |
| YUV | 52.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 207 | 0.82 | 0.86 | 0 | 0.19 | 242.37 | 0.75 | 0.46 |
| Hex | 25 | 1E | CF | 52 | 56 | 0 | 13 | F2 | 4B | 2E |
| Octal | 45 | 36 | 317 | 122 | 126 | 0 | 23 | 362 | 113 | 56 |
| Binary | 100101 | 11110 | 11001111 | 1010010 | 1010110 | 0 | 10011 | 11110010 | 1001011 | 101110 |
Color Harmonies of #251ECF
Complementary color
Monochromatic Colors of #251ECF
Black with #251ECF
Text Example
Text Example
White with #251ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251ECF; }
p { color: rgb(37,30,207); }
H1.HeaderClassName
{
color: #251ECF;
}
.AnyTagClassName
{
color: #251ECF;
}
</style>
background-color css
<style>
a { background-color: #251ECF; }
a { background-color: rgb(37,30,207); }
div.DivClassName
{
background-color: #251ECF;
}
.BgClassName
{
background-color: #251ECF;
}
</style>
border-color css
<style>
span { border-color: #251ECF; }
span { border-color: rgb(37,30,207); }
td.TdClassName
{
border-color: #251ECF;
}
.TagClassName
{
border-color: #251ECF;
}
</style>