Shades of Persian Blue #273DA8
Tints of Persian Blue #273DA8
RGB
CMYK
RGB Variations
Color information
#273DA8 (or 0x273DA8) is known color: Persian Blue. HEX triplet: 27, 3D and A8. RGB value is (39,61,168). Sum of RGB (Red+Green+Blue) = 39+61+168=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 168 (66.02% from 255 or 62.69% from 268); Max value from RGB is 168 - color contains mainly: blue. Hex color #273DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273DA8 is #D8C257. Grayscale: #424242. Windows color (decimal): -14205528 or 11025703. OLE color: 11025703.
HSL color Cylindrical-coordinate representation of color #273DA8: hue angle of 229.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273DA8 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 61 | 168 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.34 |
| HSL | 229.77º | 0.62% | 0.41% | - |
| HSV(B) | 229.77º | 0.77% | 0.66% | - |
| XYZ | 9.57 | 6.6 | 37.81 | - |
| YUV | 66.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 168 | 0.77 | 0.64 | 0 | 0.34 | 229.77 | 0.62 | 0.41 |
| Hex | 27 | 3D | A8 | 4D | 40 | 0 | 22 | E6 | 3E | 29 |
| Octal | 47 | 75 | 250 | 115 | 100 | 0 | 42 | 346 | 76 | 51 |
| Binary | 100111 | 111101 | 10101000 | 1001101 | 1000000 | 0 | 100010 | 11100110 | 111110 | 101001 |
Color Harmonies of #273DA8
Complementary color
Monochromatic Colors of #273DA8
Black with #273DA8
Text Example
Text Example
White with #273DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273DA8; }
p { color: rgb(39,61,168); }
H1.HeaderClassName
{
color: #273DA8;
}
.AnyTagClassName
{
color: #273DA8;
}
</style>
background-color css
<style>
a { background-color: #273DA8; }
a { background-color: rgb(39,61,168); }
div.DivClassName
{
background-color: #273DA8;
}
.BgClassName
{
background-color: #273DA8;
}
</style>
border-color css
<style>
span { border-color: #273DA8; }
span { border-color: rgb(39,61,168); }
td.TdClassName
{
border-color: #273DA8;
}
.TagClassName
{
border-color: #273DA8;
}
</style>