Shades of Persian Blue #2621C8
Tints of Persian Blue #2621C8
RGB
CMYK
RGB Variations
Color information
#2621C8 (or 0x2621C8) is known color: Persian Blue. HEX triplet: 26, 21 and C8. RGB value is (38,33,200). Sum of RGB (Red+Green+Blue) = 38+33+200=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 200 (78.52% from 255 or 73.80% from 271); Max value from RGB is 200 - color contains mainly: blue. Hex color #2621C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2621C8 is #D9DE37. Grayscale: #343434. Windows color (decimal): -14278200 or 13115686. OLE color: 13115686.
HSL color Cylindrical-coordinate representation of color #2621C8: hue angle of 241.8º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2621C8 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 33 | 200 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.22 |
| HSL | 241.8º | 0.72% | 0.46% | - |
| HSV(B) | 241.8º | 0.84% | 0.78% | - |
| XYZ | 11.77 | 5.67 | 55.12 | - |
| YUV | 53.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 200 | 0.81 | 0.84 | 0 | 0.22 | 241.8 | 0.72 | 0.46 |
| Hex | 26 | 21 | C8 | 51 | 54 | 0 | 16 | F2 | 48 | 2E |
| Octal | 46 | 41 | 310 | 121 | 124 | 0 | 26 | 362 | 110 | 56 |
| Binary | 100110 | 100001 | 11001000 | 1010001 | 1010100 | 0 | 10110 | 11110010 | 1001000 | 101110 |
Color Harmonies of #2621C8
Complementary color
Monochromatic Colors of #2621C8
Black with #2621C8
Text Example
Text Example
White with #2621C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621C8; }
p { color: rgb(38,33,200); }
H1.HeaderClassName
{
color: #2621C8;
}
.AnyTagClassName
{
color: #2621C8;
}
</style>
background-color css
<style>
a { background-color: #2621C8; }
a { background-color: rgb(38,33,200); }
div.DivClassName
{
background-color: #2621C8;
}
.BgClassName
{
background-color: #2621C8;
}
</style>
border-color css
<style>
span { border-color: #2621C8; }
span { border-color: rgb(38,33,200); }
td.TdClassName
{
border-color: #2621C8;
}
.TagClassName
{
border-color: #2621C8;
}
</style>