Shades of Persian Blue #273CBC
Tints of Persian Blue #273CBC
RGB
CMYK
RGB Variations
Color information
#273CBC (or 0x273CBC) is known color: Persian Blue. HEX triplet: 27, 3C and BC. RGB value is (39,60,188). Sum of RGB (Red+Green+Blue) = 39+60+188=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #273CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CBC is #D8C343. Grayscale: #434343. Windows color (decimal): -14205764 or 12336167. OLE color: 12336167.
HSL color Cylindrical-coordinate representation of color #273CBC: hue angle of 231.54º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273CBC is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 60 | 188 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.26 |
| HSL | 231.54º | 0.66% | 0.45% | - |
| HSV(B) | 231.54º | 0.79% | 0.74% | - |
| XYZ | 11.53 | 7.29 | 48.38 | - |
| YUV | 68.31 | 195.54 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 188 | 0.79 | 0.68 | 0 | 0.26 | 231.54 | 0.66 | 0.45 |
| Hex | 27 | 3C | BC | 4F | 44 | 0 | 1A | E8 | 42 | 2D |
| Octal | 47 | 74 | 274 | 117 | 104 | 0 | 32 | 350 | 102 | 55 |
| Binary | 100111 | 111100 | 10111100 | 1001111 | 1000100 | 0 | 11010 | 11101000 | 1000010 | 101101 |
Color Harmonies of #273CBC
Complementary color
Monochromatic Colors of #273CBC
Black with #273CBC
Text Example
Text Example
White with #273CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CBC; }
p { color: rgb(39,60,188); }
H1.HeaderClassName
{
color: #273CBC;
}
.AnyTagClassName
{
color: #273CBC;
}
</style>
background-color css
<style>
a { background-color: #273CBC; }
a { background-color: rgb(39,60,188); }
div.DivClassName
{
background-color: #273CBC;
}
.BgClassName
{
background-color: #273CBC;
}
</style>
border-color css
<style>
span { border-color: #273CBC; }
span { border-color: rgb(39,60,188); }
td.TdClassName
{
border-color: #273CBC;
}
.TagClassName
{
border-color: #273CBC;
}
</style>