Shades of Persian Blue #273EE2
Tints of Persian Blue #273EE2
RGB
CMYK
RGB Variations
Color information
#273EE2 (or 0x273EE2) is known color: Persian Blue. HEX triplet: 27, 3E and E2. RGB value is (39,62,226). Sum of RGB (Red+Green+Blue) = 39+62+226=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 226 (88.67% from 255 or 69.11% from 327); Max value from RGB is 226 - color contains mainly: blue. Hex color #273EE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273EE2 is #D8C11D. Grayscale: #494949. Windows color (decimal): -14205214 or 14827047. OLE color: 14827047.
HSL color Cylindrical-coordinate representation of color #273EE2: hue angle of 232.62º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273EE2 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 62 | 226 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.11 |
| HSL | 232.62º | 0.76% | 0.52% | - |
| HSV(B) | 232.62º | 0.83% | 0.89% | - |
| XYZ | 16.29 | 9.37 | 72.9 | - |
| YUV | 73.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 226 | 0.83 | 0.73 | 0 | 0.11 | 232.62 | 0.76 | 0.52 |
| Hex | 27 | 3E | E2 | 53 | 49 | 0 | B | E9 | 4C | 34 |
| Octal | 47 | 76 | 342 | 123 | 111 | 0 | 13 | 351 | 114 | 64 |
| Binary | 100111 | 111110 | 11100010 | 1010011 | 1001001 | 0 | 1011 | 11101001 | 1001100 | 110100 |
Color Harmonies of #273EE2
Complementary color
Monochromatic Colors of #273EE2
Black with #273EE2
Text Example
Text Example
White with #273EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273EE2; }
p { color: rgb(39,62,226); }
H1.HeaderClassName
{
color: #273EE2;
}
.AnyTagClassName
{
color: #273EE2;
}
</style>
background-color css
<style>
a { background-color: #273EE2; }
a { background-color: rgb(39,62,226); }
div.DivClassName
{
background-color: #273EE2;
}
.BgClassName
{
background-color: #273EE2;
}
</style>
border-color css
<style>
span { border-color: #273EE2; }
span { border-color: rgb(39,62,226); }
td.TdClassName
{
border-color: #273EE2;
}
.TagClassName
{
border-color: #273EE2;
}
</style>