Shades of Persian Blue #2628C7
Tints of Persian Blue #2628C7
RGB
CMYK
RGB Variations
Color information
#2628C7 (or 0x2628C7) is known color: Persian Blue. HEX triplet: 26, 28 and C7. RGB value is (38,40,199). Sum of RGB (Red+Green+Blue) = 38+40+199=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 199 (78.12% from 255 or 71.84% from 277); Max value from RGB is 199 - color contains mainly: blue. Hex color #2628C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2628C7 is #D9D738. Grayscale: #383838. Windows color (decimal): -14276409 or 13051942. OLE color: 13051942.
HSL color Cylindrical-coordinate representation of color #2628C7: hue angle of 239.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2628C7 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 40 | 199 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.22 |
| HSL | 239.25º | 0.68% | 0.46% | - |
| HSV(B) | 239.25º | 0.81% | 0.78% | - |
| XYZ | 11.87 | 6.05 | 54.58 | - |
| YUV | 57.53 | 207.84 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 199 | 0.81 | 0.80 | 0 | 0.22 | 239.25 | 0.68 | 0.46 |
| Hex | 26 | 28 | C7 | 51 | 50 | 0 | 16 | EF | 44 | 2E |
| Octal | 46 | 50 | 307 | 121 | 120 | 0 | 26 | 357 | 104 | 56 |
| Binary | 100110 | 101000 | 11000111 | 1010001 | 1010000 | 0 | 10110 | 11101111 | 1000100 | 101110 |
Color Harmonies of #2628C7
Complementary color
Monochromatic Colors of #2628C7
Black with #2628C7
Text Example
Text Example
White with #2628C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2628C7; }
p { color: rgb(38,40,199); }
H1.HeaderClassName
{
color: #2628C7;
}
.AnyTagClassName
{
color: #2628C7;
}
</style>
background-color css
<style>
a { background-color: #2628C7; }
a { background-color: rgb(38,40,199); }
div.DivClassName
{
background-color: #2628C7;
}
.BgClassName
{
background-color: #2628C7;
}
</style>
border-color css
<style>
span { border-color: #2628C7; }
span { border-color: rgb(38,40,199); }
td.TdClassName
{
border-color: #2628C7;
}
.TagClassName
{
border-color: #2628C7;
}
</style>