Shades of Persian Blue #273BDD
Tints of Persian Blue #273BDD
RGB
CMYK
RGB Variations
Color information
#273BDD (or 0x273BDD) is known color: Persian Blue. HEX triplet: 27, 3B and DD. RGB value is (39,59,221). Sum of RGB (Red+Green+Blue) = 39+59+221=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #273BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BDD is #D8C422. Grayscale: #464646. Windows color (decimal): -14205987 or 14498599. OLE color: 14498599.
HSL color Cylindrical-coordinate representation of color #273BDD: hue angle of 233.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273BDD is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 59 | 221 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.13 |
| HSL | 233.41º | 0.73% | 0.51% | - |
| HSV(B) | 233.41º | 0.82% | 0.87% | - |
| XYZ | 15.45 | 8.78 | 69.29 | - |
| YUV | 71.49 | 212.37 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 221 | 0.82 | 0.73 | 0 | 0.13 | 233.41 | 0.73 | 0.51 |
| Hex | 27 | 3B | DD | 52 | 49 | 0 | D | E9 | 49 | 33 |
| Octal | 47 | 73 | 335 | 122 | 111 | 0 | 15 | 351 | 111 | 63 |
| Binary | 100111 | 111011 | 11011101 | 1010010 | 1001001 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #273BDD
Complementary color
Monochromatic Colors of #273BDD
Black with #273BDD
Text Example
Text Example
White with #273BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BDD; }
p { color: rgb(39,59,221); }
H1.HeaderClassName
{
color: #273BDD;
}
.AnyTagClassName
{
color: #273BDD;
}
</style>
background-color css
<style>
a { background-color: #273BDD; }
a { background-color: rgb(39,59,221); }
div.DivClassName
{
background-color: #273BDD;
}
.BgClassName
{
background-color: #273BDD;
}
</style>
border-color css
<style>
span { border-color: #273BDD; }
span { border-color: rgb(39,59,221); }
td.TdClassName
{
border-color: #273BDD;
}
.TagClassName
{
border-color: #273BDD;
}
</style>