Shades of Persian Blue #251BC4
Tints of Persian Blue #251BC4
RGB
CMYK
RGB Variations
Color information
#251BC4 (or 0x251BC4) is known color: Persian Blue. HEX triplet: 25, 1B and C4. RGB value is (37,27,196). Sum of RGB (Red+Green+Blue) = 37+27+196=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 196 (76.95% from 255 or 75.38% from 260); Max value from RGB is 196 - color contains mainly: blue. Hex color #251BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BC4 is #DAE43B. Grayscale: #303030. Windows color (decimal): -14345276 or 12852005. OLE color: 12852005.
HSL color Cylindrical-coordinate representation of color #251BC4: hue angle of 243.55º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251BC4 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 27 | 196 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.23 |
| HSL | 243.55º | 0.76% | 0.44% | - |
| HSV(B) | 243.55º | 0.86% | 0.77% | - |
| XYZ | 11.12 | 5.16 | 52.64 | - |
| YUV | 49.26 | 210.81 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 196 | 0.81 | 0.86 | 0 | 0.23 | 243.55 | 0.76 | 0.44 |
| Hex | 25 | 1B | C4 | 51 | 56 | 0 | 17 | F4 | 4C | 2C |
| Octal | 45 | 33 | 304 | 121 | 126 | 0 | 27 | 364 | 114 | 54 |
| Binary | 100101 | 11011 | 11000100 | 1010001 | 1010110 | 0 | 10111 | 11110100 | 1001100 | 101100 |
Color Harmonies of #251BC4
Complementary color
Monochromatic Colors of #251BC4
Black with #251BC4
Text Example
Text Example
White with #251BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BC4; }
p { color: rgb(37,27,196); }
H1.HeaderClassName
{
color: #251BC4;
}
.AnyTagClassName
{
color: #251BC4;
}
</style>
background-color css
<style>
a { background-color: #251BC4; }
a { background-color: rgb(37,27,196); }
div.DivClassName
{
background-color: #251BC4;
}
.BgClassName
{
background-color: #251BC4;
}
</style>
border-color css
<style>
span { border-color: #251BC4; }
span { border-color: rgb(37,27,196); }
td.TdClassName
{
border-color: #251BC4;
}
.TagClassName
{
border-color: #251BC4;
}
</style>