Shades of Torea Bay #272C84
Tints of Torea Bay #272C84
RGB
CMYK
RGB Variations
Color information
#272C84 (or 0x272C84) is known color: Torea Bay. HEX triplet: 27, 2C and 84. RGB value is (39,44,132). Sum of RGB (Red+Green+Blue) = 39+44+132=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #272C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272C84 is #D8D37B. Grayscale: #343434. Windows color (decimal): -14209916 or 8662055. OLE color: 8662055.
HSL color Cylindrical-coordinate representation of color #272C84: hue angle of 236.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #272C84 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 44 | 132 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.48 |
| HSL | 236.77º | 0.54% | 0.34% | - |
| HSV(B) | 236.77º | 0.7% | 0.52% | - |
| XYZ | 5.9 | 3.9 | 22.27 | - |
| YUV | 52.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 132 | 0.70 | 0.67 | 0 | 0.48 | 236.77 | 0.54 | 0.34 |
| Hex | 27 | 2C | 84 | 46 | 43 | 0 | 30 | ED | 36 | 22 |
| Octal | 47 | 54 | 204 | 106 | 103 | 0 | 60 | 355 | 66 | 42 |
| Binary | 100111 | 101100 | 10000100 | 1000110 | 1000011 | 0 | 110000 | 11101101 | 110110 | 100010 |
Color Harmonies of #272C84
Complementary color
Monochromatic Colors of #272C84
Black with #272C84
Text Example
Text Example
White with #272C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C84; }
p { color: rgb(39,44,132); }
H1.HeaderClassName
{
color: #272C84;
}
.AnyTagClassName
{
color: #272C84;
}
</style>
background-color css
<style>
a { background-color: #272C84; }
a { background-color: rgb(39,44,132); }
div.DivClassName
{
background-color: #272C84;
}
.BgClassName
{
background-color: #272C84;
}
</style>
border-color css
<style>
span { border-color: #272C84; }
span { border-color: rgb(39,44,132); }
td.TdClassName
{
border-color: #272C84;
}
.TagClassName
{
border-color: #272C84;
}
</style>