Shades of Persian Blue #273BBE
Tints of Persian Blue #273BBE
RGB
CMYK
RGB Variations
Color information
#273BBE (or 0x273BBE) is known color: Persian Blue. HEX triplet: 27, 3B and BE. RGB value is (39,59,190). Sum of RGB (Red+Green+Blue) = 39+59+190=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #273BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BBE is #D8C441. Grayscale: #434343. Windows color (decimal): -14206018 or 12466983. OLE color: 12466983.
HSL color Cylindrical-coordinate representation of color #273BBE: hue angle of 232.05º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273BBE is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 59 | 190 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.25 |
| HSL | 232.05º | 0.66% | 0.45% | - |
| HSV(B) | 232.05º | 0.79% | 0.75% | - |
| XYZ | 11.69 | 7.28 | 49.5 | - |
| YUV | 67.95 | 196.87 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 190 | 0.79 | 0.69 | 0 | 0.25 | 232.05 | 0.66 | 0.45 |
| Hex | 27 | 3B | BE | 4F | 45 | 0 | 19 | E8 | 42 | 2D |
| Octal | 47 | 73 | 276 | 117 | 105 | 0 | 31 | 350 | 102 | 55 |
| Binary | 100111 | 111011 | 10111110 | 1001111 | 1000101 | 0 | 11001 | 11101000 | 1000010 | 101101 |
Color Harmonies of #273BBE
Complementary color
Monochromatic Colors of #273BBE
Black with #273BBE
Text Example
Text Example
White with #273BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BBE; }
p { color: rgb(39,59,190); }
H1.HeaderClassName
{
color: #273BBE;
}
.AnyTagClassName
{
color: #273BBE;
}
</style>
background-color css
<style>
a { background-color: #273BBE; }
a { background-color: rgb(39,59,190); }
div.DivClassName
{
background-color: #273BBE;
}
.BgClassName
{
background-color: #273BBE;
}
</style>
border-color css
<style>
span { border-color: #273BBE; }
span { border-color: rgb(39,59,190); }
td.TdClassName
{
border-color: #273BBE;
}
.TagClassName
{
border-color: #273BBE;
}
</style>