Shades of Persian Blue #371ABB
Tints of Persian Blue #371ABB
RGB
CMYK
RGB Variations
Color information
#371ABB (or 0x371ABB) is known color: Persian Blue. HEX triplet: 37, 1A and BB. RGB value is (55,26,187). Sum of RGB (Red+Green+Blue) = 55+26+187=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #371ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ABB is #C8E544. Grayscale: #343434. Windows color (decimal): -13165893 or 12261943. OLE color: 12261943.
HSL color Cylindrical-coordinate representation of color #371ABB: hue angle of 250.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371ABB is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 26 | 187 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.27 |
| HSL | 250.81º | 0.76% | 0.42% | - |
| HSV(B) | 250.81º | 0.86% | 0.73% | - |
| XYZ | 10.91 | 5.14 | 47.43 | - |
| YUV | 53.03 | 203.61 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 187 | 0.71 | 0.86 | 0 | 0.27 | 250.81 | 0.76 | 0.42 |
| Hex | 37 | 1A | BB | 47 | 56 | 0 | 1B | FB | 4C | 2A |
| Octal | 67 | 32 | 273 | 107 | 126 | 0 | 33 | 373 | 114 | 52 |
| Binary | 110111 | 11010 | 10111011 | 1000111 | 1010110 | 0 | 11011 | 11111011 | 1001100 | 101010 |
Color Harmonies of #371ABB
Complementary color
Monochromatic Colors of #371ABB
Black with #371ABB
Text Example
Text Example
White with #371ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371ABB; }
p { color: rgb(55,26,187); }
H1.HeaderClassName
{
color: #371ABB;
}
.AnyTagClassName
{
color: #371ABB;
}
</style>
background-color css
<style>
a { background-color: #371ABB; }
a { background-color: rgb(55,26,187); }
div.DivClassName
{
background-color: #371ABB;
}
.BgClassName
{
background-color: #371ABB;
}
</style>
border-color css
<style>
span { border-color: #371ABB; }
span { border-color: rgb(55,26,187); }
td.TdClassName
{
border-color: #371ABB;
}
.TagClassName
{
border-color: #371ABB;
}
</style>