Shades of Torea Bay #272E7A
Tints of Torea Bay #272E7A
RGB
CMYK
RGB Variations
Color information
#272E7A (or 0x272E7A) is known color: Torea Bay. HEX triplet: 27, 2E and 7A. RGB value is (39,46,122). Sum of RGB (Red+Green+Blue) = 39+46+122=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #272E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E7A is #D8D185. Grayscale: #343434. Windows color (decimal): -14209414 or 8007207. OLE color: 8007207.
HSL color Cylindrical-coordinate representation of color #272E7A: hue angle of 234.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #272E7A is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 46 | 122 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.52 |
| HSL | 234.94º | 0.52% | 0.32% | - |
| HSV(B) | 234.94º | 0.68% | 0.48% | - |
| XYZ | 5.33 | 3.79 | 18.86 | - |
| YUV | 52.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 122 | 0.68 | 0.62 | 0 | 0.52 | 234.94 | 0.52 | 0.32 |
| Hex | 27 | 2E | 7A | 44 | 3E | 0 | 34 | EB | 34 | 20 |
| Octal | 47 | 56 | 172 | 104 | 76 | 0 | 64 | 353 | 64 | 40 |
| Binary | 100111 | 101110 | 1111010 | 1000100 | 111110 | 0 | 110100 | 11101011 | 110100 | 100000 |
Color Harmonies of #272E7A
Complementary color
Monochromatic Colors of #272E7A
Black with #272E7A
Text Example
Text Example
White with #272E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E7A; }
p { color: rgb(39,46,122); }
H1.HeaderClassName
{
color: #272E7A;
}
.AnyTagClassName
{
color: #272E7A;
}
</style>
background-color css
<style>
a { background-color: #272E7A; }
a { background-color: rgb(39,46,122); }
div.DivClassName
{
background-color: #272E7A;
}
.BgClassName
{
background-color: #272E7A;
}
</style>
border-color css
<style>
span { border-color: #272E7A; }
span { border-color: rgb(39,46,122); }
td.TdClassName
{
border-color: #272E7A;
}
.TagClassName
{
border-color: #272E7A;
}
</style>