Shades of Persian Blue #251CCE
Tints of Persian Blue #251CCE
RGB
CMYK
RGB Variations
Color information
#251CCE (or 0x251CCE) is known color: Persian Blue. HEX triplet: 25, 1C and CE. RGB value is (37,28,206). Sum of RGB (Red+Green+Blue) = 37+28+206=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #251CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CCE is #DAE331. Grayscale: #323232. Windows color (decimal): -14345010 or 13507621. OLE color: 13507621.
HSL color Cylindrical-coordinate representation of color #251CCE: hue angle of 243.03º degrees, saturation: 0.76, 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 #251CCE is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 28 | 206 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.19 |
| HSL | 243.03º | 0.76% | 0.46% | - |
| HSV(B) | 243.03º | 0.86% | 0.81% | - |
| XYZ | 12.32 | 5.68 | 58.84 | - |
| YUV | 50.98 | 215.48 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 206 | 0.82 | 0.86 | 0 | 0.19 | 243.03 | 0.76 | 0.46 |
| Hex | 25 | 1C | CE | 52 | 56 | 0 | 13 | F3 | 4C | 2E |
| Octal | 45 | 34 | 316 | 122 | 126 | 0 | 23 | 363 | 114 | 56 |
| Binary | 100101 | 11100 | 11001110 | 1010010 | 1010110 | 0 | 10011 | 11110011 | 1001100 | 101110 |
Color Harmonies of #251CCE
Complementary color
Monochromatic Colors of #251CCE
Black with #251CCE
Text Example
Text Example
White with #251CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CCE; }
p { color: rgb(37,28,206); }
H1.HeaderClassName
{
color: #251CCE;
}
.AnyTagClassName
{
color: #251CCE;
}
</style>
background-color css
<style>
a { background-color: #251CCE; }
a { background-color: rgb(37,28,206); }
div.DivClassName
{
background-color: #251CCE;
}
.BgClassName
{
background-color: #251CCE;
}
</style>
border-color css
<style>
span { border-color: #251CCE; }
span { border-color: rgb(37,28,206); }
td.TdClassName
{
border-color: #251CCE;
}
.TagClassName
{
border-color: #251CCE;
}
</style>