Shades of Persian Blue #2628E7
Tints of Persian Blue #2628E7
RGB
CMYK
RGB Variations
Color information
#2628E7 (or 0x2628E7) is known color: Persian Blue. HEX triplet: 26, 28 and E7. RGB value is (38,40,231). Sum of RGB (Red+Green+Blue) = 38+40+231=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 231 (90.62% from 255 or 74.76% from 309); Max value from RGB is 231 - color contains mainly: blue. Hex color #2628E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2628E7 is #D9D718. Grayscale: #3C3C3C. Windows color (decimal): -14276377 or 15149094. OLE color: 15149094.
HSL color Cylindrical-coordinate representation of color #2628E7: hue angle of 239.38º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2628E7 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 40 | 231 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.09 |
| HSL | 239.38º | 0.8% | 0.53% | - |
| HSV(B) | 239.38º | 0.84% | 0.91% | - |
| XYZ | 15.98 | 7.7 | 76.25 | - |
| YUV | 61.18 | 223.84 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 231 | 0.84 | 0.83 | 0 | 0.09 | 239.38 | 0.8 | 0.53 |
| Hex | 26 | 28 | E7 | 54 | 53 | 0 | 9 | EF | 50 | 35 |
| Octal | 46 | 50 | 347 | 124 | 123 | 0 | 11 | 357 | 120 | 65 |
| Binary | 100110 | 101000 | 11100111 | 1010100 | 1010011 | 0 | 1001 | 11101111 | 1010000 | 110101 |
Color Harmonies of #2628E7
Complementary color
Monochromatic Colors of #2628E7
Black with #2628E7
Text Example
Text Example
White with #2628E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2628E7; }
p { color: rgb(38,40,231); }
H1.HeaderClassName
{
color: #2628E7;
}
.AnyTagClassName
{
color: #2628E7;
}
</style>
background-color css
<style>
a { background-color: #2628E7; }
a { background-color: rgb(38,40,231); }
div.DivClassName
{
background-color: #2628E7;
}
.BgClassName
{
background-color: #2628E7;
}
</style>
border-color css
<style>
span { border-color: #2628E7; }
span { border-color: rgb(38,40,231); }
td.TdClassName
{
border-color: #2628E7;
}
.TagClassName
{
border-color: #2628E7;
}
</style>