Shades of Persian Blue #2636E7
Tints of Persian Blue #2636E7
RGB
CMYK
RGB Variations
Color information
#2636E7 (or 0x2636E7) is known color: Persian Blue. HEX triplet: 26, 36 and E7. RGB value is (38,54,231). Sum of RGB (Red+Green+Blue) = 38+54+231=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #2636E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2636E7 is #D9C918. Grayscale: #444444. Windows color (decimal): -14272793 or 15152678. OLE color: 15152678.
HSL color Cylindrical-coordinate representation of color #2636E7: hue angle of 235.03º 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 #2636E7 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 54 | 231 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.09 |
| HSL | 235.03º | 0.8% | 0.53% | - |
| HSV(B) | 235.03º | 0.84% | 0.91% | - |
| XYZ | 16.54 | 8.82 | 76.43 | - |
| YUV | 69.39 | 219.2 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 231 | 0.84 | 0.77 | 0 | 0.09 | 235.03 | 0.8 | 0.53 |
| Hex | 26 | 36 | E7 | 54 | 4D | 0 | 9 | EB | 50 | 35 |
| Octal | 46 | 66 | 347 | 124 | 115 | 0 | 11 | 353 | 120 | 65 |
| Binary | 100110 | 110110 | 11100111 | 1010100 | 1001101 | 0 | 1001 | 11101011 | 1010000 | 110101 |
Color Harmonies of #2636E7
Complementary color
Monochromatic Colors of #2636E7
Black with #2636E7
Text Example
Text Example
White with #2636E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2636E7; }
p { color: rgb(38,54,231); }
H1.HeaderClassName
{
color: #2636E7;
}
.AnyTagClassName
{
color: #2636E7;
}
</style>
background-color css
<style>
a { background-color: #2636E7; }
a { background-color: rgb(38,54,231); }
div.DivClassName
{
background-color: #2636E7;
}
.BgClassName
{
background-color: #2636E7;
}
</style>
border-color css
<style>
span { border-color: #2636E7; }
span { border-color: rgb(38,54,231); }
td.TdClassName
{
border-color: #2636E7;
}
.TagClassName
{
border-color: #2636E7;
}
</style>