Shades of Persian Blue #273CCD
Tints of Persian Blue #273CCD
RGB
CMYK
RGB Variations
Color information
#273CCD (or 0x273CCD) is known color: Persian Blue. HEX triplet: 27, 3C and CD. RGB value is (39,60,205). Sum of RGB (Red+Green+Blue) = 39+60+205=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #273CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CCD is #D8C332. Grayscale: #454545. Windows color (decimal): -14205747 or 13450279. OLE color: 13450279.
HSL color Cylindrical-coordinate representation of color #273CCD: hue angle of 232.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273CCD is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 60 | 205 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.20 |
| HSL | 232.41º | 0.68% | 0.48% | - |
| HSV(B) | 232.41º | 0.81% | 0.8% | - |
| XYZ | 13.47 | 8.07 | 58.61 | - |
| YUV | 70.25 | 204.04 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 205 | 0.81 | 0.71 | 0 | 0.20 | 232.41 | 0.68 | 0.48 |
| Hex | 27 | 3C | CD | 51 | 47 | 0 | 14 | E8 | 44 | 30 |
| Octal | 47 | 74 | 315 | 121 | 107 | 0 | 24 | 350 | 104 | 60 |
| Binary | 100111 | 111100 | 11001101 | 1010001 | 1000111 | 0 | 10100 | 11101000 | 1000100 | 110000 |
Color Harmonies of #273CCD
Complementary color
Monochromatic Colors of #273CCD
Black with #273CCD
Text Example
Text Example
White with #273CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CCD; }
p { color: rgb(39,60,205); }
H1.HeaderClassName
{
color: #273CCD;
}
.AnyTagClassName
{
color: #273CCD;
}
</style>
background-color css
<style>
a { background-color: #273CCD; }
a { background-color: rgb(39,60,205); }
div.DivClassName
{
background-color: #273CCD;
}
.BgClassName
{
background-color: #273CCD;
}
</style>
border-color css
<style>
span { border-color: #273CCD; }
span { border-color: rgb(39,60,205); }
td.TdClassName
{
border-color: #273CCD;
}
.TagClassName
{
border-color: #273CCD;
}
</style>