Shades of Persian Blue #2631BA
Tints of Persian Blue #2631BA
RGB
CMYK
RGB Variations
Color information
#2631BA (or 0x2631BA) is known color: Persian Blue. HEX triplet: 26, 31 and BA. RGB value is (38,49,186). Sum of RGB (Red+Green+Blue) = 38+49+186=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #2631BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2631BA is #D9CE45. Grayscale: #3C3C3C. Windows color (decimal): -14274118 or 12202278. OLE color: 12202278.
HSL color Cylindrical-coordinate representation of color #2631BA: hue angle of 235.54º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2631BA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 49 | 186 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.27 |
| HSL | 235.54º | 0.66% | 0.44% | - |
| HSV(B) | 235.54º | 0.8% | 0.73% | - |
| XYZ | 10.76 | 6.15 | 47.08 | - |
| YUV | 61.33 | 198.36 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 186 | 0.80 | 0.74 | 0 | 0.27 | 235.54 | 0.66 | 0.44 |
| Hex | 26 | 31 | BA | 50 | 4A | 0 | 1B | EC | 42 | 2C |
| Octal | 46 | 61 | 272 | 120 | 112 | 0 | 33 | 354 | 102 | 54 |
| Binary | 100110 | 110001 | 10111010 | 1010000 | 1001010 | 0 | 11011 | 11101100 | 1000010 | 101100 |
Color Harmonies of #2631BA
Complementary color
Monochromatic Colors of #2631BA
Black with #2631BA
Text Example
Text Example
White with #2631BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2631BA; }
p { color: rgb(38,49,186); }
H1.HeaderClassName
{
color: #2631BA;
}
.AnyTagClassName
{
color: #2631BA;
}
</style>
background-color css
<style>
a { background-color: #2631BA; }
a { background-color: rgb(38,49,186); }
div.DivClassName
{
background-color: #2631BA;
}
.BgClassName
{
background-color: #2631BA;
}
</style>
border-color css
<style>
span { border-color: #2631BA; }
span { border-color: rgb(38,49,186); }
td.TdClassName
{
border-color: #2631BA;
}
.TagClassName
{
border-color: #2631BA;
}
</style>