Shades of Persian Blue #2630AB
Tints of Persian Blue #2630AB
RGB
CMYK
RGB Variations
Color information
#2630AB (or 0x2630AB) is known color: Persian Blue. HEX triplet: 26, 30 and AB. RGB value is (38,48,171). Sum of RGB (Red+Green+Blue) = 38+48+171=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #2630AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2630AB is #D9CF54. Grayscale: #3A3A3A. Windows color (decimal): -14274389 or 11218982. OLE color: 11218982.
HSL color Cylindrical-coordinate representation of color #2630AB: hue angle of 235.49º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2630AB is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 48 | 171 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.33 |
| HSL | 235.49º | 0.64% | 0.41% | - |
| HSV(B) | 235.49º | 0.78% | 0.67% | - |
| XYZ | 9.21 | 5.47 | 39.1 | - |
| YUV | 59.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 171 | 0.78 | 0.72 | 0 | 0.33 | 235.49 | 0.64 | 0.41 |
| Hex | 26 | 30 | AB | 4E | 48 | 0 | 21 | EB | 40 | 29 |
| Octal | 46 | 60 | 253 | 116 | 110 | 0 | 41 | 353 | 100 | 51 |
| Binary | 100110 | 110000 | 10101011 | 1001110 | 1001000 | 0 | 100001 | 11101011 | 1000000 | 101001 |
Color Harmonies of #2630AB
Complementary color
Monochromatic Colors of #2630AB
Black with #2630AB
Text Example
Text Example
White with #2630AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2630AB; }
p { color: rgb(38,48,171); }
H1.HeaderClassName
{
color: #2630AB;
}
.AnyTagClassName
{
color: #2630AB;
}
</style>
background-color css
<style>
a { background-color: #2630AB; }
a { background-color: rgb(38,48,171); }
div.DivClassName
{
background-color: #2630AB;
}
.BgClassName
{
background-color: #2630AB;
}
</style>
border-color css
<style>
span { border-color: #2630AB; }
span { border-color: rgb(38,48,171); }
td.TdClassName
{
border-color: #2630AB;
}
.TagClassName
{
border-color: #2630AB;
}
</style>