Shades of Persian Blue #2632AB
Tints of Persian Blue #2632AB
RGB
CMYK
RGB Variations
Color information
#2632AB (or 0x2632AB) is known color: Persian Blue. HEX triplet: 26, 32 and AB. RGB value is (38,50,171). Sum of RGB (Red+Green+Blue) = 38+50+171=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #2632AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2632AB is #D9CD54. Grayscale: #3B3B3B. Windows color (decimal): -14273877 or 11219494. OLE color: 11219494.
HSL color Cylindrical-coordinate representation of color #2632AB: hue angle of 234.59º 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 #2632AB is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 50 | 171 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.33 |
| HSL | 234.59º | 0.64% | 0.41% | - |
| HSV(B) | 234.59º | 0.78% | 0.67% | - |
| XYZ | 9.29 | 5.63 | 39.13 | - |
| YUV | 60.21 | 190.52 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 171 | 0.78 | 0.71 | 0 | 0.33 | 234.59 | 0.64 | 0.41 |
| Hex | 26 | 32 | AB | 4E | 47 | 0 | 21 | EB | 40 | 29 |
| Octal | 46 | 62 | 253 | 116 | 107 | 0 | 41 | 353 | 100 | 51 |
| Binary | 100110 | 110010 | 10101011 | 1001110 | 1000111 | 0 | 100001 | 11101011 | 1000000 | 101001 |
Color Harmonies of #2632AB
Complementary color
Monochromatic Colors of #2632AB
Black with #2632AB
Text Example
Text Example
White with #2632AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2632AB; }
p { color: rgb(38,50,171); }
H1.HeaderClassName
{
color: #2632AB;
}
.AnyTagClassName
{
color: #2632AB;
}
</style>
background-color css
<style>
a { background-color: #2632AB; }
a { background-color: rgb(38,50,171); }
div.DivClassName
{
background-color: #2632AB;
}
.BgClassName
{
background-color: #2632AB;
}
</style>
border-color css
<style>
span { border-color: #2632AB; }
span { border-color: rgb(38,50,171); }
td.TdClassName
{
border-color: #2632AB;
}
.TagClassName
{
border-color: #2632AB;
}
</style>