Shades of Persian Blue #2631AE
Tints of Persian Blue #2631AE
RGB
CMYK
RGB Variations
Color information
#2631AE (or 0x2631AE) is known color: Persian Blue. HEX triplet: 26, 31 and AE. RGB value is (38,49,174). Sum of RGB (Red+Green+Blue) = 38+49+174=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #2631AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2631AE is #D9CE51. Grayscale: #3B3B3B. Windows color (decimal): -14274130 or 11415846. OLE color: 11415846.
HSL color Cylindrical-coordinate representation of color #2631AE: hue angle of 235.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2631AE is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 49 | 174 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.32 |
| HSL | 235.15º | 0.64% | 0.42% | - |
| HSV(B) | 235.15º | 0.78% | 0.68% | - |
| XYZ | 9.54 | 5.66 | 40.64 | - |
| YUV | 59.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 174 | 0.78 | 0.72 | 0 | 0.32 | 235.15 | 0.64 | 0.42 |
| Hex | 26 | 31 | AE | 4E | 48 | 0 | 20 | EB | 40 | 2A |
| Octal | 46 | 61 | 256 | 116 | 110 | 0 | 40 | 353 | 100 | 52 |
| Binary | 100110 | 110001 | 10101110 | 1001110 | 1001000 | 0 | 100000 | 11101011 | 1000000 | 101010 |
Color Harmonies of #2631AE
Complementary color
Monochromatic Colors of #2631AE
Black with #2631AE
Text Example
Text Example
White with #2631AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2631AE; }
p { color: rgb(38,49,174); }
H1.HeaderClassName
{
color: #2631AE;
}
.AnyTagClassName
{
color: #2631AE;
}
</style>
background-color css
<style>
a { background-color: #2631AE; }
a { background-color: rgb(38,49,174); }
div.DivClassName
{
background-color: #2631AE;
}
.BgClassName
{
background-color: #2631AE;
}
</style>
border-color css
<style>
span { border-color: #2631AE; }
span { border-color: rgb(38,49,174); }
td.TdClassName
{
border-color: #2631AE;
}
.TagClassName
{
border-color: #2631AE;
}
</style>