Shades of Persian Blue #2639DE
Tints of Persian Blue #2639DE
RGB
CMYK
RGB Variations
Color information
#2639DE (or 0x2639DE) is known color: Persian Blue. HEX triplet: 26, 39 and DE. RGB value is (38,57,222). Sum of RGB (Red+Green+Blue) = 38+57+222=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #2639DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639DE is #D9C621. Grayscale: #454545. Windows color (decimal): -14272034 or 14563622. OLE color: 14563622.
HSL color Cylindrical-coordinate representation of color #2639DE: hue angle of 233.8º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2639DE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 57 | 222 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.13 |
| HSL | 233.8º | 0.74% | 0.51% | - |
| HSV(B) | 233.8º | 0.83% | 0.87% | - |
| XYZ | 15.45 | 8.61 | 69.96 | - |
| YUV | 70.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 222 | 0.83 | 0.74 | 0 | 0.13 | 233.8 | 0.74 | 0.51 |
| Hex | 26 | 39 | DE | 53 | 4A | 0 | D | EA | 4A | 33 |
| Octal | 46 | 71 | 336 | 123 | 112 | 0 | 15 | 352 | 112 | 63 |
| Binary | 100110 | 111001 | 11011110 | 1010011 | 1001010 | 0 | 1101 | 11101010 | 1001010 | 110011 |
Color Harmonies of #2639DE
Complementary color
Monochromatic Colors of #2639DE
Black with #2639DE
Text Example
Text Example
White with #2639DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2639DE; }
p { color: rgb(38,57,222); }
H1.HeaderClassName
{
color: #2639DE;
}
.AnyTagClassName
{
color: #2639DE;
}
</style>
background-color css
<style>
a { background-color: #2639DE; }
a { background-color: rgb(38,57,222); }
div.DivClassName
{
background-color: #2639DE;
}
.BgClassName
{
background-color: #2639DE;
}
</style>
border-color css
<style>
span { border-color: #2639DE; }
span { border-color: rgb(38,57,222); }
td.TdClassName
{
border-color: #2639DE;
}
.TagClassName
{
border-color: #2639DE;
}
</style>