Shades of Persian Blue #2739DB
Tints of Persian Blue #2739DB
RGB
CMYK
RGB Variations
Color information
#2739DB (or 0x2739DB) is known color: Persian Blue. HEX triplet: 27, 39 and DB. RGB value is (39,57,219). Sum of RGB (Red+Green+Blue) = 39+57+219=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #2739DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2739DB is #D8C624. Grayscale: #454545. Windows color (decimal): -14206501 or 14367015. OLE color: 14367015.
HSL color Cylindrical-coordinate representation of color #2739DB: hue angle of 234º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2739DB is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 57 | 219 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.14 |
| HSL | 234º | 0.71% | 0.51% | - |
| HSV(B) | 234º | 0.82% | 0.86% | - |
| XYZ | 15.09 | 8.47 | 67.86 | - |
| YUV | 70.09 | 212.04 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 219 | 0.82 | 0.74 | 0 | 0.14 | 234 | 0.71 | 0.51 |
| Hex | 27 | 39 | DB | 52 | 4A | 0 | E | EA | 47 | 33 |
| Octal | 47 | 71 | 333 | 122 | 112 | 0 | 16 | 352 | 107 | 63 |
| Binary | 100111 | 111001 | 11011011 | 1010010 | 1001010 | 0 | 1110 | 11101010 | 1000111 | 110011 |
Color Harmonies of #2739DB
Complementary color
Monochromatic Colors of #2739DB
Black with #2739DB
Text Example
Text Example
White with #2739DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2739DB; }
p { color: rgb(39,57,219); }
H1.HeaderClassName
{
color: #2739DB;
}
.AnyTagClassName
{
color: #2739DB;
}
</style>
background-color css
<style>
a { background-color: #2739DB; }
a { background-color: rgb(39,57,219); }
div.DivClassName
{
background-color: #2739DB;
}
.BgClassName
{
background-color: #2739DB;
}
</style>
border-color css
<style>
span { border-color: #2739DB; }
span { border-color: rgb(39,57,219); }
td.TdClassName
{
border-color: #2739DB;
}
.TagClassName
{
border-color: #2739DB;
}
</style>