Shades of Persian Blue #273DDC
Tints of Persian Blue #273DDC
RGB
CMYK
RGB Variations
Color information
#273DDC (or 0x273DDC) is known color: Persian Blue. HEX triplet: 27, 3D and DC. RGB value is (39,61,220). Sum of RGB (Red+Green+Blue) = 39+61+220=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #273DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DDC is #D8C223. Grayscale: #474747. Windows color (decimal): -14205476 or 14433575. OLE color: 14433575.
HSL color Cylindrical-coordinate representation of color #273DDC: hue angle of 232.71º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273DDC is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 61 | 220 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.14 |
| HSL | 232.71º | 0.72% | 0.51% | - |
| HSV(B) | 232.71º | 0.82% | 0.86% | - |
| XYZ | 15.42 | 8.94 | 68.62 | - |
| YUV | 72.55 | 211.21 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 220 | 0.82 | 0.72 | 0 | 0.14 | 232.71 | 0.72 | 0.51 |
| Hex | 27 | 3D | DC | 52 | 48 | 0 | E | E9 | 48 | 33 |
| Octal | 47 | 75 | 334 | 122 | 110 | 0 | 16 | 351 | 110 | 63 |
| Binary | 100111 | 111101 | 11011100 | 1010010 | 1001000 | 0 | 1110 | 11101001 | 1001000 | 110011 |
Color Harmonies of #273DDC
Complementary color
Monochromatic Colors of #273DDC
Black with #273DDC
Text Example
Text Example
White with #273DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273DDC; }
p { color: rgb(39,61,220); }
H1.HeaderClassName
{
color: #273DDC;
}
.AnyTagClassName
{
color: #273DDC;
}
</style>
background-color css
<style>
a { background-color: #273DDC; }
a { background-color: rgb(39,61,220); }
div.DivClassName
{
background-color: #273DDC;
}
.BgClassName
{
background-color: #273DDC;
}
</style>
border-color css
<style>
span { border-color: #273DDC; }
span { border-color: rgb(39,61,220); }
td.TdClassName
{
border-color: #273DDC;
}
.TagClassName
{
border-color: #273DDC;
}
</style>