Shades of Persian Blue #273DDD
Tints of Persian Blue #273DDD
RGB
CMYK
RGB Variations
Color information
#273DDD (or 0x273DDD) is known color: Persian Blue. HEX triplet: 27, 3D and DD. RGB value is (39,61,221). Sum of RGB (Red+Green+Blue) = 39+61+221=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #273DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DDD is #D8C222. Grayscale: #484848. Windows color (decimal): -14205475 or 14499111. OLE color: 14499111.
HSL color Cylindrical-coordinate representation of color #273DDD: hue angle of 232.75º 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 #273DDD is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 61 | 221 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.13 |
| HSL | 232.75º | 0.73% | 0.51% | - |
| HSV(B) | 232.75º | 0.82% | 0.87% | - |
| XYZ | 15.56 | 8.99 | 69.32 | - |
| YUV | 72.66 | 211.71 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 221 | 0.82 | 0.72 | 0 | 0.13 | 232.75 | 0.73 | 0.51 |
| Hex | 27 | 3D | DD | 52 | 48 | 0 | D | E9 | 49 | 33 |
| Octal | 47 | 75 | 335 | 122 | 110 | 0 | 15 | 351 | 111 | 63 |
| Binary | 100111 | 111101 | 11011101 | 1010010 | 1001000 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #273DDD
Complementary color
Monochromatic Colors of #273DDD
Black with #273DDD
Text Example
Text Example
White with #273DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273DDD; }
p { color: rgb(39,61,221); }
H1.HeaderClassName
{
color: #273DDD;
}
.AnyTagClassName
{
color: #273DDD;
}
</style>
background-color css
<style>
a { background-color: #273DDD; }
a { background-color: rgb(39,61,221); }
div.DivClassName
{
background-color: #273DDD;
}
.BgClassName
{
background-color: #273DDD;
}
</style>
border-color css
<style>
span { border-color: #273DDD; }
span { border-color: rgb(39,61,221); }
td.TdClassName
{
border-color: #273DDD;
}
.TagClassName
{
border-color: #273DDD;
}
</style>