Shades of Persian Blue #251ECB
Tints of Persian Blue #251ECB
RGB
CMYK
RGB Variations
Color information
#251ECB (or 0x251ECB) is known color: Persian Blue. HEX triplet: 25, 1E and CB. RGB value is (37,30,203). Sum of RGB (Red+Green+Blue) = 37+30+203=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #251ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ECB is #DAE134. Grayscale: #333333. Windows color (decimal): -14344501 or 13311525. OLE color: 13311525.
HSL color Cylindrical-coordinate representation of color #251ECB: hue angle of 242.43º 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 #251ECB is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 30 | 203 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.20 |
| HSL | 242.43º | 0.74% | 0.46% | - |
| HSV(B) | 242.43º | 0.85% | 0.8% | - |
| XYZ | 12.01 | 5.63 | 56.95 | - |
| YUV | 51.82 | 213.32 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 203 | 0.82 | 0.85 | 0 | 0.20 | 242.43 | 0.74 | 0.46 |
| Hex | 25 | 1E | CB | 52 | 55 | 0 | 14 | F2 | 4A | 2E |
| Octal | 45 | 36 | 313 | 122 | 125 | 0 | 24 | 362 | 112 | 56 |
| Binary | 100101 | 11110 | 11001011 | 1010010 | 1010101 | 0 | 10100 | 11110010 | 1001010 | 101110 |
Color Harmonies of #251ECB
Complementary color
Monochromatic Colors of #251ECB
Black with #251ECB
Text Example
Text Example
White with #251ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251ECB; }
p { color: rgb(37,30,203); }
H1.HeaderClassName
{
color: #251ECB;
}
.AnyTagClassName
{
color: #251ECB;
}
</style>
background-color css
<style>
a { background-color: #251ECB; }
a { background-color: rgb(37,30,203); }
div.DivClassName
{
background-color: #251ECB;
}
.BgClassName
{
background-color: #251ECB;
}
</style>
border-color css
<style>
span { border-color: #251ECB; }
span { border-color: rgb(37,30,203); }
td.TdClassName
{
border-color: #251ECB;
}
.TagClassName
{
border-color: #251ECB;
}
</style>