Shades of Medium Blue #270CCC
Tints of Medium Blue #270CCC
RGB
CMYK
RGB Variations
Color information
#270CCC (or 0x270CCC) is known color: Medium Blue. HEX triplet: 27, 0C and CC. RGB value is (39,12,204). Sum of RGB (Red+Green+Blue) = 39+12+204=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #270CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CCC is #D8F333. Grayscale: #292929. Windows color (decimal): -14218036 or 13372455. OLE color: 13372455.
HSL color Cylindrical-coordinate representation of color #270CCC: hue angle of 248.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270CCC is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 12 | 204 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.2 |
| HSL | 248.44º | 0.89% | 0.42% | - |
| HSV(B) | 248.44º | 0.94% | 0.8% | - |
| XYZ | 11.87 | 5.05 | 57.48 | - |
| YUV | 41.96 | 219.45 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 204 | 0.81 | 0.94 | 0 | 0.2 | 248.44 | 0.89 | 0.42 |
| Hex | 27 | C | CC | 51 | 5E | 0 | 14 | F8 | 59 | 2A |
| Octal | 47 | 14 | 314 | 121 | 136 | 0 | 24 | 370 | 131 | 52 |
| Binary | 100111 | 1100 | 11001100 | 1010001 | 1011110 | 0 | 10100 | 11111000 | 1011001 | 101010 |
Color Harmonies of #270CCC
Complementary color
Monochromatic Colors of #270CCC
Black with #270CCC
Text Example
Text Example
White with #270CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CCC; }
p { color: rgb(39,12,204); }
H1.HeaderClassName
{
color: #270CCC;
}
.AnyTagClassName
{
color: #270CCC;
}
</style>
background-color css
<style>
a { background-color: #270CCC; }
a { background-color: rgb(39,12,204); }
div.DivClassName
{
background-color: #270CCC;
}
.BgClassName
{
background-color: #270CCC;
}
</style>
border-color css
<style>
span { border-color: #270CCC; }
span { border-color: rgb(39,12,204); }
td.TdClassName
{
border-color: #270CCC;
}
.TagClassName
{
border-color: #270CCC;
}
</style>