Shades of Torea Bay #272C7F
Tints of Torea Bay #272C7F
RGB
CMYK
RGB Variations
Color information
#272C7F (or 0x272C7F) is known color: Torea Bay. HEX triplet: 27, 2C and 7F. RGB value is (39,44,127). Sum of RGB (Red+Green+Blue) = 39+44+127=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #272C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C7F is #D8D380. Grayscale: #333333. Windows color (decimal): -14209921 or 8334375. OLE color: 8334375.
HSL color Cylindrical-coordinate representation of color #272C7F: hue angle of 236.59º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #272C7F is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 44 | 127 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.50 |
| HSL | 236.59º | 0.53% | 0.33% | - |
| HSV(B) | 236.59º | 0.69% | 0.5% | - |
| XYZ | 5.57 | 3.77 | 20.51 | - |
| YUV | 51.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 127 | 0.69 | 0.65 | 0 | 0.50 | 236.59 | 0.53 | 0.33 |
| Hex | 27 | 2C | 7F | 45 | 41 | 0 | 32 | ED | 35 | 21 |
| Octal | 47 | 54 | 177 | 105 | 101 | 0 | 62 | 355 | 65 | 41 |
| Binary | 100111 | 101100 | 1111111 | 1000101 | 1000001 | 0 | 110010 | 11101101 | 110101 | 100001 |
Color Harmonies of #272C7F
Complementary color
Monochromatic Colors of #272C7F
Black with #272C7F
Text Example
Text Example
White with #272C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C7F; }
p { color: rgb(39,44,127); }
H1.HeaderClassName
{
color: #272C7F;
}
.AnyTagClassName
{
color: #272C7F;
}
</style>
background-color css
<style>
a { background-color: #272C7F; }
a { background-color: rgb(39,44,127); }
div.DivClassName
{
background-color: #272C7F;
}
.BgClassName
{
background-color: #272C7F;
}
</style>
border-color css
<style>
span { border-color: #272C7F; }
span { border-color: rgb(39,44,127); }
td.TdClassName
{
border-color: #272C7F;
}
.TagClassName
{
border-color: #272C7F;
}
</style>