Shades of Persian Blue #251BC8
Tints of Persian Blue #251BC8
RGB
CMYK
RGB Variations
Color information
#251BC8 (or 0x251BC8) is known color: Persian Blue. HEX triplet: 25, 1B and C8. RGB value is (37,27,200). Sum of RGB (Red+Green+Blue) = 37+27+200=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 200 (78.52% from 255 or 75.76% from 264); Max value from RGB is 200 - color contains mainly: blue. Hex color #251BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BC8 is #DAE437. Grayscale: #313131. Windows color (decimal): -14345272 or 13114149. OLE color: 13114149.
HSL color Cylindrical-coordinate representation of color #251BC8: hue angle of 243.47º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251BC8 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 27 | 200 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.22 |
| HSL | 243.47º | 0.76% | 0.45% | - |
| HSV(B) | 243.47º | 0.87% | 0.78% | - |
| XYZ | 11.58 | 5.35 | 55.07 | - |
| YUV | 49.71 | 212.81 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 200 | 0.82 | 0.86 | 0 | 0.22 | 243.47 | 0.76 | 0.45 |
| Hex | 25 | 1B | C8 | 52 | 56 | 0 | 16 | F3 | 4C | 2D |
| Octal | 45 | 33 | 310 | 122 | 126 | 0 | 26 | 363 | 114 | 55 |
| Binary | 100101 | 11011 | 11001000 | 1010010 | 1010110 | 0 | 10110 | 11110011 | 1001100 | 101101 |
Color Harmonies of #251BC8
Complementary color
Monochromatic Colors of #251BC8
Black with #251BC8
Text Example
Text Example
White with #251BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BC8; }
p { color: rgb(37,27,200); }
H1.HeaderClassName
{
color: #251BC8;
}
.AnyTagClassName
{
color: #251BC8;
}
</style>
background-color css
<style>
a { background-color: #251BC8; }
a { background-color: rgb(37,27,200); }
div.DivClassName
{
background-color: #251BC8;
}
.BgClassName
{
background-color: #251BC8;
}
</style>
border-color css
<style>
span { border-color: #251BC8; }
span { border-color: rgb(37,27,200); }
td.TdClassName
{
border-color: #251BC8;
}
.TagClassName
{
border-color: #251BC8;
}
</style>