Shades of Persian Blue #251ABC
Tints of Persian Blue #251ABC
RGB
CMYK
RGB Variations
Color information
#251ABC (or 0x251ABC) is known color: Persian Blue. HEX triplet: 25, 1A and BC. RGB value is (37,26,188). Sum of RGB (Red+Green+Blue) = 37+26+188=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #251ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ABC is #DAE543. Grayscale: #2F2F2F. Windows color (decimal): -14345540 or 12327461. OLE color: 12327461.
HSL color Cylindrical-coordinate representation of color #251ABC: hue angle of 244.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251ABC is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 26 | 188 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.26 |
| HSL | 244.07º | 0.76% | 0.42% | - |
| HSV(B) | 244.07º | 0.86% | 0.74% | - |
| XYZ | 10.21 | 4.76 | 47.96 | - |
| YUV | 47.76 | 207.14 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 188 | 0.80 | 0.86 | 0 | 0.26 | 244.07 | 0.76 | 0.42 |
| Hex | 25 | 1A | BC | 50 | 56 | 0 | 1A | F4 | 4C | 2A |
| Octal | 45 | 32 | 274 | 120 | 126 | 0 | 32 | 364 | 114 | 52 |
| Binary | 100101 | 11010 | 10111100 | 1010000 | 1010110 | 0 | 11010 | 11110100 | 1001100 | 101010 |
Color Harmonies of #251ABC
Complementary color
Monochromatic Colors of #251ABC
Black with #251ABC
Text Example
Text Example
White with #251ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251ABC; }
p { color: rgb(37,26,188); }
H1.HeaderClassName
{
color: #251ABC;
}
.AnyTagClassName
{
color: #251ABC;
}
</style>
background-color css
<style>
a { background-color: #251ABC; }
a { background-color: rgb(37,26,188); }
div.DivClassName
{
background-color: #251ABC;
}
.BgClassName
{
background-color: #251ABC;
}
</style>
border-color css
<style>
span { border-color: #251ABC; }
span { border-color: rgb(37,26,188); }
td.TdClassName
{
border-color: #251ABC;
}
.TagClassName
{
border-color: #251ABC;
}
</style>