Shades of Persian Blue #2621CE
Tints of Persian Blue #2621CE
RGB
CMYK
RGB Variations
Color information
#2621CE (or 0x2621CE) is known color: Persian Blue. HEX triplet: 26, 21 and CE. RGB value is (38,33,206). Sum of RGB (Red+Green+Blue) = 38+33+206=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #2621CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2621CE is #D9DE31. Grayscale: #353535. Windows color (decimal): -14278194 or 13508902. OLE color: 13508902.
HSL color Cylindrical-coordinate representation of color #2621CE: hue angle of 241.73º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2621CE is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 33 | 206 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.19 |
| HSL | 241.73º | 0.72% | 0.47% | - |
| HSV(B) | 241.73º | 0.84% | 0.81% | - |
| XYZ | 12.48 | 5.96 | 58.88 | - |
| YUV | 54.22 | 213.66 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 206 | 0.82 | 0.84 | 0 | 0.19 | 241.73 | 0.72 | 0.47 |
| Hex | 26 | 21 | CE | 52 | 54 | 0 | 13 | F2 | 48 | 2F |
| Octal | 46 | 41 | 316 | 122 | 124 | 0 | 23 | 362 | 110 | 57 |
| Binary | 100110 | 100001 | 11001110 | 1010010 | 1010100 | 0 | 10011 | 11110010 | 1001000 | 101111 |
Color Harmonies of #2621CE
Complementary color
Monochromatic Colors of #2621CE
Black with #2621CE
Text Example
Text Example
White with #2621CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621CE; }
p { color: rgb(38,33,206); }
H1.HeaderClassName
{
color: #2621CE;
}
.AnyTagClassName
{
color: #2621CE;
}
</style>
background-color css
<style>
a { background-color: #2621CE; }
a { background-color: rgb(38,33,206); }
div.DivClassName
{
background-color: #2621CE;
}
.BgClassName
{
background-color: #2621CE;
}
</style>
border-color css
<style>
span { border-color: #2621CE; }
span { border-color: rgb(38,33,206); }
td.TdClassName
{
border-color: #2621CE;
}
.TagClassName
{
border-color: #2621CE;
}
</style>