Shades of Persian Blue #273EDB
Tints of Persian Blue #273EDB
RGB
CMYK
RGB Variations
Color information
#273EDB (or 0x273EDB) is known color: Persian Blue. HEX triplet: 27, 3E and DB. RGB value is (39,62,219). Sum of RGB (Red+Green+Blue) = 39+62+219=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #273EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273EDB is #D8C124. Grayscale: #484848. Windows color (decimal): -14205221 or 14368295. OLE color: 14368295.
HSL color Cylindrical-coordinate representation of color #273EDB: hue angle of 232.33º 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 #273EDB is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 62 | 219 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.14 |
| HSL | 232.33º | 0.71% | 0.51% | - |
| HSV(B) | 232.33º | 0.82% | 0.86% | - |
| XYZ | 15.35 | 8.99 | 67.94 | - |
| YUV | 73.02 | 210.38 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 219 | 0.82 | 0.72 | 0 | 0.14 | 232.33 | 0.71 | 0.51 |
| Hex | 27 | 3E | DB | 52 | 48 | 0 | E | E8 | 47 | 33 |
| Octal | 47 | 76 | 333 | 122 | 110 | 0 | 16 | 350 | 107 | 63 |
| Binary | 100111 | 111110 | 11011011 | 1010010 | 1001000 | 0 | 1110 | 11101000 | 1000111 | 110011 |
Color Harmonies of #273EDB
Complementary color
Monochromatic Colors of #273EDB
Black with #273EDB
Text Example
Text Example
White with #273EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273EDB; }
p { color: rgb(39,62,219); }
H1.HeaderClassName
{
color: #273EDB;
}
.AnyTagClassName
{
color: #273EDB;
}
</style>
background-color css
<style>
a { background-color: #273EDB; }
a { background-color: rgb(39,62,219); }
div.DivClassName
{
background-color: #273EDB;
}
.BgClassName
{
background-color: #273EDB;
}
</style>
border-color css
<style>
span { border-color: #273EDB; }
span { border-color: rgb(39,62,219); }
td.TdClassName
{
border-color: #273EDB;
}
.TagClassName
{
border-color: #273EDB;
}
</style>