Shades of Persian Blue #273EDD
Tints of Persian Blue #273EDD
RGB
CMYK
RGB Variations
Color information
#273EDD (or 0x273EDD) is known color: Persian Blue. HEX triplet: 27, 3E and DD. RGB value is (39,62,221). Sum of RGB (Red+Green+Blue) = 39+62+221=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #273EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273EDD is #D8C122. Grayscale: #484848. Windows color (decimal): -14205219 or 14499367. OLE color: 14499367.
HSL color Cylindrical-coordinate representation of color #273EDD: hue angle of 232.42º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273EDD is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 62 | 221 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.13 |
| HSL | 232.42º | 0.73% | 0.51% | - |
| HSV(B) | 232.42º | 0.82% | 0.87% | - |
| XYZ | 15.61 | 9.1 | 69.34 | - |
| YUV | 73.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 221 | 0.82 | 0.72 | 0 | 0.13 | 232.42 | 0.73 | 0.51 |
| Hex | 27 | 3E | DD | 52 | 48 | 0 | D | E8 | 49 | 33 |
| Octal | 47 | 76 | 335 | 122 | 110 | 0 | 15 | 350 | 111 | 63 |
| Binary | 100111 | 111110 | 11011101 | 1010010 | 1001000 | 0 | 1101 | 11101000 | 1001001 | 110011 |
Color Harmonies of #273EDD
Complementary color
Monochromatic Colors of #273EDD
Black with #273EDD
Text Example
Text Example
White with #273EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273EDD; }
p { color: rgb(39,62,221); }
H1.HeaderClassName
{
color: #273EDD;
}
.AnyTagClassName
{
color: #273EDD;
}
</style>
background-color css
<style>
a { background-color: #273EDD; }
a { background-color: rgb(39,62,221); }
div.DivClassName
{
background-color: #273EDD;
}
.BgClassName
{
background-color: #273EDD;
}
</style>
border-color css
<style>
span { border-color: #273EDD; }
span { border-color: rgb(39,62,221); }
td.TdClassName
{
border-color: #273EDD;
}
.TagClassName
{
border-color: #273EDD;
}
</style>