Shades of Persian Blue #2639DB
Tints of Persian Blue #2639DB
RGB
CMYK
RGB Variations
Color information
#2639DB (or 0x2639DB) is known color: Persian Blue. HEX triplet: 26, 39 and DB. RGB value is (38,57,219). Sum of RGB (Red+Green+Blue) = 38+57+219=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #2639DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639DB is #D9C624. Grayscale: #454545. Windows color (decimal): -14272037 or 14367014. OLE color: 14367014.
HSL color Cylindrical-coordinate representation of color #2639DB: hue angle of 233.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2639DB is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 57 | 219 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.14 |
| HSL | 233.7º | 0.72% | 0.5% | - |
| HSV(B) | 233.7º | 0.83% | 0.86% | - |
| XYZ | 15.05 | 8.45 | 67.86 | - |
| YUV | 69.79 | 212.21 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 219 | 0.83 | 0.74 | 0 | 0.14 | 233.7 | 0.72 | 0.5 |
| Hex | 26 | 39 | DB | 53 | 4A | 0 | E | EA | 48 | 32 |
| Octal | 46 | 71 | 333 | 123 | 112 | 0 | 16 | 352 | 110 | 62 |
| Binary | 100110 | 111001 | 11011011 | 1010011 | 1001010 | 0 | 1110 | 11101010 | 1001000 | 110010 |
Color Harmonies of #2639DB
Complementary color
Monochromatic Colors of #2639DB
Black with #2639DB
Text Example
Text Example
White with #2639DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2639DB; }
p { color: rgb(38,57,219); }
H1.HeaderClassName
{
color: #2639DB;
}
.AnyTagClassName
{
color: #2639DB;
}
</style>
background-color css
<style>
a { background-color: #2639DB; }
a { background-color: rgb(38,57,219); }
div.DivClassName
{
background-color: #2639DB;
}
.BgClassName
{
background-color: #2639DB;
}
</style>
border-color css
<style>
span { border-color: #2639DB; }
span { border-color: rgb(38,57,219); }
td.TdClassName
{
border-color: #2639DB;
}
.TagClassName
{
border-color: #2639DB;
}
</style>