Shades of Torea Bay #272C78
Tints of Torea Bay #272C78
RGB
CMYK
RGB Variations
Color information
#272C78 (or 0x272C78) is known color: Torea Bay. HEX triplet: 27, 2C and 78. RGB value is (39,44,120). Sum of RGB (Red+Green+Blue) = 39+44+120=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #272C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C78 is #D8D387. Grayscale: #323232. Windows color (decimal): -14209928 or 7875623. OLE color: 7875623.
HSL color Cylindrical-coordinate representation of color #272C78: hue angle of 236.3º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #272C78 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 44 | 120 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.53 |
| HSL | 236.3º | 0.51% | 0.31% | - |
| HSV(B) | 236.3º | 0.68% | 0.47% | - |
| XYZ | 5.13 | 3.59 | 18.19 | - |
| YUV | 51.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 120 | 0.67 | 0.63 | 0 | 0.53 | 236.3 | 0.51 | 0.31 |
| Hex | 27 | 2C | 78 | 43 | 3F | 0 | 35 | EC | 33 | 1F |
| Octal | 47 | 54 | 170 | 103 | 77 | 0 | 65 | 354 | 63 | 37 |
| Binary | 100111 | 101100 | 1111000 | 1000011 | 111111 | 0 | 110101 | 11101100 | 110011 | 11111 |
Color Harmonies of #272C78
Complementary color
Monochromatic Colors of #272C78
Black with #272C78
Text Example
Text Example
White with #272C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C78; }
p { color: rgb(39,44,120); }
H1.HeaderClassName
{
color: #272C78;
}
.AnyTagClassName
{
color: #272C78;
}
</style>
background-color css
<style>
a { background-color: #272C78; }
a { background-color: rgb(39,44,120); }
div.DivClassName
{
background-color: #272C78;
}
.BgClassName
{
background-color: #272C78;
}
</style>
border-color css
<style>
span { border-color: #272C78; }
span { border-color: rgb(39,44,120); }
td.TdClassName
{
border-color: #272C78;
}
.TagClassName
{
border-color: #272C78;
}
</style>