Shades of Persian Blue #2639E6
Tints of Persian Blue #2639E6
RGB
CMYK
RGB Variations
Color information
#2639E6 (or 0x2639E6) is known color: Persian Blue. HEX triplet: 26, 39 and E6. RGB value is (38,57,230). Sum of RGB (Red+Green+Blue) = 38+57+230=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #2639E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2639E6 is #D9C619. Grayscale: #464646. Windows color (decimal): -14272026 or 15087910. OLE color: 15087910.
HSL color Cylindrical-coordinate representation of color #2639E6: hue angle of 234.06º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2639E6 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 57 | 230 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.10 |
| HSL | 234.06º | 0.79% | 0.53% | - |
| HSV(B) | 234.06º | 0.83% | 0.9% | - |
| XYZ | 16.55 | 9.05 | 75.74 | - |
| YUV | 71.04 | 217.71 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 230 | 0.83 | 0.75 | 0 | 0.10 | 234.06 | 0.79 | 0.53 |
| Hex | 26 | 39 | E6 | 53 | 4B | 0 | A | EA | 4F | 35 |
| Octal | 46 | 71 | 346 | 123 | 113 | 0 | 12 | 352 | 117 | 65 |
| Binary | 100110 | 111001 | 11100110 | 1010011 | 1001011 | 0 | 1010 | 11101010 | 1001111 | 110101 |
Color Harmonies of #2639E6
Complementary color
Monochromatic Colors of #2639E6
Black with #2639E6
Text Example
Text Example
White with #2639E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2639E6; }
p { color: rgb(38,57,230); }
H1.HeaderClassName
{
color: #2639E6;
}
.AnyTagClassName
{
color: #2639E6;
}
</style>
background-color css
<style>
a { background-color: #2639E6; }
a { background-color: rgb(38,57,230); }
div.DivClassName
{
background-color: #2639E6;
}
.BgClassName
{
background-color: #2639E6;
}
</style>
border-color css
<style>
span { border-color: #2639E6; }
span { border-color: rgb(38,57,230); }
td.TdClassName
{
border-color: #2639E6;
}
.TagClassName
{
border-color: #2639E6;
}
</style>