Shades of Persian Blue #273EDA
Tints of Persian Blue #273EDA
RGB
CMYK
RGB Variations
Color information
#273EDA (or 0x273EDA) is known color: Persian Blue. HEX triplet: 27, 3E and DA. RGB value is (39,62,218). Sum of RGB (Red+Green+Blue) = 39+62+218=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #273EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273EDA is #D8C125. Grayscale: #484848. Windows color (decimal): -14205222 or 14302759. OLE color: 14302759.
HSL color Cylindrical-coordinate representation of color #273EDA: hue angle of 232.29º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273EDA is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 62 | 218 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.15 |
| HSL | 232.29º | 0.71% | 0.5% | - |
| HSV(B) | 232.29º | 0.82% | 0.85% | - |
| XYZ | 15.21 | 8.94 | 67.25 | - |
| YUV | 72.91 | 209.88 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 218 | 0.82 | 0.72 | 0 | 0.15 | 232.29 | 0.71 | 0.5 |
| Hex | 27 | 3E | DA | 52 | 48 | 0 | F | E8 | 47 | 32 |
| Octal | 47 | 76 | 332 | 122 | 110 | 0 | 17 | 350 | 107 | 62 |
| Binary | 100111 | 111110 | 11011010 | 1010010 | 1001000 | 0 | 1111 | 11101000 | 1000111 | 110010 |
Color Harmonies of #273EDA
Complementary color
Monochromatic Colors of #273EDA
Black with #273EDA
Text Example
Text Example
White with #273EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273EDA; }
p { color: rgb(39,62,218); }
H1.HeaderClassName
{
color: #273EDA;
}
.AnyTagClassName
{
color: #273EDA;
}
</style>
background-color css
<style>
a { background-color: #273EDA; }
a { background-color: rgb(39,62,218); }
div.DivClassName
{
background-color: #273EDA;
}
.BgClassName
{
background-color: #273EDA;
}
</style>
border-color css
<style>
span { border-color: #273EDA; }
span { border-color: rgb(39,62,218); }
td.TdClassName
{
border-color: #273EDA;
}
.TagClassName
{
border-color: #273EDA;
}
</style>