Shades of Persian Blue #2635E4
Tints of Persian Blue #2635E4
RGB
CMYK
RGB Variations
Color information
#2635E4 (or 0x2635E4) is known color: Persian Blue. HEX triplet: 26, 35 and E4. RGB value is (38,53,228). Sum of RGB (Red+Green+Blue) = 38+53+228=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 228 (89.45% from 255 or 71.47% from 319); Max value from RGB is 228 - color contains mainly: blue. Hex color #2635E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2635E4 is #D9CA1B. Grayscale: #434343. Windows color (decimal): -14273052 or 14955814. OLE color: 14955814.
HSL color Cylindrical-coordinate representation of color #2635E4: hue angle of 235.26º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2635E4 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 53 | 228 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.11 |
| HSL | 235.26º | 0.78% | 0.52% | - |
| HSV(B) | 235.26º | 0.83% | 0.89% | - |
| XYZ | 16.08 | 8.56 | 74.2 | - |
| YUV | 68.47 | 218.03 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 228 | 0.83 | 0.77 | 0 | 0.11 | 235.26 | 0.78 | 0.52 |
| Hex | 26 | 35 | E4 | 53 | 4D | 0 | B | EB | 4E | 34 |
| Octal | 46 | 65 | 344 | 123 | 115 | 0 | 13 | 353 | 116 | 64 |
| Binary | 100110 | 110101 | 11100100 | 1010011 | 1001101 | 0 | 1011 | 11101011 | 1001110 | 110100 |
Color Harmonies of #2635E4
Complementary color
Monochromatic Colors of #2635E4
Black with #2635E4
Text Example
Text Example
White with #2635E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2635E4; }
p { color: rgb(38,53,228); }
H1.HeaderClassName
{
color: #2635E4;
}
.AnyTagClassName
{
color: #2635E4;
}
</style>
background-color css
<style>
a { background-color: #2635E4; }
a { background-color: rgb(38,53,228); }
div.DivClassName
{
background-color: #2635E4;
}
.BgClassName
{
background-color: #2635E4;
}
</style>
border-color css
<style>
span { border-color: #2635E4; }
span { border-color: rgb(38,53,228); }
td.TdClassName
{
border-color: #2635E4;
}
.TagClassName
{
border-color: #2635E4;
}
</style>