Shades of Persian Blue #273ED8
Tints of Persian Blue #273ED8
RGB
CMYK
RGB Variations
Color information
#273ED8 (or 0x273ED8) is known color: Persian Blue. HEX triplet: 27, 3E and D8. RGB value is (39,62,216). Sum of RGB (Red+Green+Blue) = 39+62+216=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 216 (84.77% from 255 or 68.14% from 317); Max value from RGB is 216 - color contains mainly: blue. Hex color #273ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ED8 is #D8C127. Grayscale: #484848. Windows color (decimal): -14205224 or 14171687. OLE color: 14171687.
HSL color Cylindrical-coordinate representation of color #273ED8: hue angle of 232.2º degrees, saturation: 0.69, 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 #273ED8 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 62 | 216 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.15 |
| HSL | 232.2º | 0.69% | 0.5% | - |
| HSV(B) | 232.2º | 0.82% | 0.85% | - |
| XYZ | 14.95 | 8.83 | 65.88 | - |
| YUV | 72.68 | 208.88 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 216 | 0.82 | 0.71 | 0 | 0.15 | 232.2 | 0.69 | 0.5 |
| Hex | 27 | 3E | D8 | 52 | 47 | 0 | F | E8 | 45 | 32 |
| Octal | 47 | 76 | 330 | 122 | 107 | 0 | 17 | 350 | 105 | 62 |
| Binary | 100111 | 111110 | 11011000 | 1010010 | 1000111 | 0 | 1111 | 11101000 | 1000101 | 110010 |
Color Harmonies of #273ED8
Complementary color
Monochromatic Colors of #273ED8
Black with #273ED8
Text Example
Text Example
White with #273ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273ED8; }
p { color: rgb(39,62,216); }
H1.HeaderClassName
{
color: #273ED8;
}
.AnyTagClassName
{
color: #273ED8;
}
</style>
background-color css
<style>
a { background-color: #273ED8; }
a { background-color: rgb(39,62,216); }
div.DivClassName
{
background-color: #273ED8;
}
.BgClassName
{
background-color: #273ED8;
}
</style>
border-color css
<style>
span { border-color: #273ED8; }
span { border-color: rgb(39,62,216); }
td.TdClassName
{
border-color: #273ED8;
}
.TagClassName
{
border-color: #273ED8;
}
</style>