Shades of Persian Blue #273BB6
Tints of Persian Blue #273BB6
RGB
CMYK
RGB Variations
Color information
#273BB6 (or 0x273BB6) is known color: Persian Blue. HEX triplet: 27, 3B and B6. RGB value is (39,59,182). Sum of RGB (Red+Green+Blue) = 39+59+182=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #273BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BB6 is #D8C449. Grayscale: #424242. Windows color (decimal): -14206026 or 11942695. OLE color: 11942695.
HSL color Cylindrical-coordinate representation of color #273BB6: hue angle of 231.61º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273BB6 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 59 | 182 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.29 |
| HSL | 231.61º | 0.65% | 0.43% | - |
| HSV(B) | 231.61º | 0.79% | 0.71% | - |
| XYZ | 10.84 | 6.94 | 45.02 | - |
| YUV | 67.04 | 192.87 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 182 | 0.79 | 0.68 | 0 | 0.29 | 231.61 | 0.65 | 0.43 |
| Hex | 27 | 3B | B6 | 4F | 44 | 0 | 1D | E8 | 41 | 2B |
| Octal | 47 | 73 | 266 | 117 | 104 | 0 | 35 | 350 | 101 | 53 |
| Binary | 100111 | 111011 | 10110110 | 1001111 | 1000100 | 0 | 11101 | 11101000 | 1000001 | 101011 |
Color Harmonies of #273BB6
Complementary color
Monochromatic Colors of #273BB6
Black with #273BB6
Text Example
Text Example
White with #273BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BB6; }
p { color: rgb(39,59,182); }
H1.HeaderClassName
{
color: #273BB6;
}
.AnyTagClassName
{
color: #273BB6;
}
</style>
background-color css
<style>
a { background-color: #273BB6; }
a { background-color: rgb(39,59,182); }
div.DivClassName
{
background-color: #273BB6;
}
.BgClassName
{
background-color: #273BB6;
}
</style>
border-color css
<style>
span { border-color: #273BB6; }
span { border-color: rgb(39,59,182); }
td.TdClassName
{
border-color: #273BB6;
}
.TagClassName
{
border-color: #273BB6;
}
</style>