Shades of Persian Blue #273DAE
Tints of Persian Blue #273DAE
RGB
CMYK
RGB Variations
Color information
#273DAE (or 0x273DAE) is known color: Persian Blue. HEX triplet: 27, 3D and AE. RGB value is (39,61,174). Sum of RGB (Red+Green+Blue) = 39+61+174=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #273DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273DAE is #D8C251. Grayscale: #424242. Windows color (decimal): -14205522 or 11418919. OLE color: 11418919.
HSL color Cylindrical-coordinate representation of color #273DAE: hue angle of 230.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273DAE is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 61 | 174 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.32 |
| HSL | 230.22º | 0.63% | 0.42% | - |
| HSV(B) | 230.22º | 0.78% | 0.68% | - |
| XYZ | 10.15 | 6.82 | 40.83 | - |
| YUV | 67.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 174 | 0.78 | 0.65 | 0 | 0.32 | 230.22 | 0.63 | 0.42 |
| Hex | 27 | 3D | AE | 4E | 41 | 0 | 20 | E6 | 3F | 2A |
| Octal | 47 | 75 | 256 | 116 | 101 | 0 | 40 | 346 | 77 | 52 |
| Binary | 100111 | 111101 | 10101110 | 1001110 | 1000001 | 0 | 100000 | 11100110 | 111111 | 101010 |
Color Harmonies of #273DAE
Complementary color
Monochromatic Colors of #273DAE
Black with #273DAE
Text Example
Text Example
White with #273DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273DAE; }
p { color: rgb(39,61,174); }
H1.HeaderClassName
{
color: #273DAE;
}
.AnyTagClassName
{
color: #273DAE;
}
</style>
background-color css
<style>
a { background-color: #273DAE; }
a { background-color: rgb(39,61,174); }
div.DivClassName
{
background-color: #273DAE;
}
.BgClassName
{
background-color: #273DAE;
}
</style>
border-color css
<style>
span { border-color: #273DAE; }
span { border-color: rgb(39,61,174); }
td.TdClassName
{
border-color: #273DAE;
}
.TagClassName
{
border-color: #273DAE;
}
</style>