Shades of Persian Blue #273BBA
Tints of Persian Blue #273BBA
RGB
CMYK
RGB Variations
Color information
#273BBA (or 0x273BBA) is known color: Persian Blue. HEX triplet: 27, 3B and BA. RGB value is (39,59,186). Sum of RGB (Red+Green+Blue) = 39+59+186=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #273BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BBA is #D8C445. Grayscale: #424242. Windows color (decimal): -14206022 or 12204839. OLE color: 12204839.
HSL color Cylindrical-coordinate representation of color #273BBA: hue angle of 231.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273BBA is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 59 | 186 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.27 |
| HSL | 231.84º | 0.65% | 0.44% | - |
| HSV(B) | 231.84º | 0.79% | 0.73% | - |
| XYZ | 11.26 | 7.1 | 47.23 | - |
| YUV | 67.5 | 194.87 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 186 | 0.79 | 0.68 | 0 | 0.27 | 231.84 | 0.65 | 0.44 |
| Hex | 27 | 3B | BA | 4F | 44 | 0 | 1B | E8 | 41 | 2C |
| Octal | 47 | 73 | 272 | 117 | 104 | 0 | 33 | 350 | 101 | 54 |
| Binary | 100111 | 111011 | 10111010 | 1001111 | 1000100 | 0 | 11011 | 11101000 | 1000001 | 101100 |
Color Harmonies of #273BBA
Complementary color
Monochromatic Colors of #273BBA
Black with #273BBA
Text Example
Text Example
White with #273BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BBA; }
p { color: rgb(39,59,186); }
H1.HeaderClassName
{
color: #273BBA;
}
.AnyTagClassName
{
color: #273BBA;
}
</style>
background-color css
<style>
a { background-color: #273BBA; }
a { background-color: rgb(39,59,186); }
div.DivClassName
{
background-color: #273BBA;
}
.BgClassName
{
background-color: #273BBA;
}
</style>
border-color css
<style>
span { border-color: #273BBA; }
span { border-color: rgb(39,59,186); }
td.TdClassName
{
border-color: #273BBA;
}
.TagClassName
{
border-color: #273BBA;
}
</style>