Shades of Persian Blue #2621BA
Tints of Persian Blue #2621BA
RGB
CMYK
RGB Variations
Color information
#2621BA (or 0x2621BA) is known color: Persian Blue. HEX triplet: 26, 21 and BA. RGB value is (38,33,186). Sum of RGB (Red+Green+Blue) = 38+33+186=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #2621BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2621BA is #D9DE45. Grayscale: #333333. Windows color (decimal): -14278214 or 12198182. OLE color: 12198182.
HSL color Cylindrical-coordinate representation of color #2621BA: hue angle of 241.96º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2621BA is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 33 | 186 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.27 |
| HSL | 241.96º | 0.7% | 0.43% | - |
| HSV(B) | 241.96º | 0.82% | 0.73% | - |
| XYZ | 10.21 | 5.04 | 46.89 | - |
| YUV | 51.94 | 203.66 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 186 | 0.80 | 0.82 | 0 | 0.27 | 241.96 | 0.7 | 0.43 |
| Hex | 26 | 21 | BA | 50 | 52 | 0 | 1B | F2 | 46 | 2B |
| Octal | 46 | 41 | 272 | 120 | 122 | 0 | 33 | 362 | 106 | 53 |
| Binary | 100110 | 100001 | 10111010 | 1010000 | 1010010 | 0 | 11011 | 11110010 | 1000110 | 101011 |
Color Harmonies of #2621BA
Complementary color
Monochromatic Colors of #2621BA
Black with #2621BA
Text Example
Text Example
White with #2621BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621BA; }
p { color: rgb(38,33,186); }
H1.HeaderClassName
{
color: #2621BA;
}
.AnyTagClassName
{
color: #2621BA;
}
</style>
background-color css
<style>
a { background-color: #2621BA; }
a { background-color: rgb(38,33,186); }
div.DivClassName
{
background-color: #2621BA;
}
.BgClassName
{
background-color: #2621BA;
}
</style>
border-color css
<style>
span { border-color: #2621BA; }
span { border-color: rgb(38,33,186); }
td.TdClassName
{
border-color: #2621BA;
}
.TagClassName
{
border-color: #2621BA;
}
</style>