Shades of Torea Bay #2D3174
Tints of Torea Bay #2D3174
RGB
CMYK
RGB Variations
Color information
#2D3174 (or 0x2D3174) is known color: Torea Bay. HEX triplet: 2D, 31 and 74. RGB value is (45,49,116). Sum of RGB (Red+Green+Blue) = 45+49+116=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D3174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3174 is #D2CE8B. Grayscale: #373737. Windows color (decimal): -13815436 or 7614765. OLE color: 7614765.
HSL color Cylindrical-coordinate representation of color #2D3174: hue angle of 236.62º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D3174 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 49 | 116 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.55 |
| HSL | 236.62º | 0.44% | 0.32% | - |
| HSV(B) | 236.62º | 0.61% | 0.45% | - |
| XYZ | 5.33 | 4.02 | 17.02 | - |
| YUV | 55.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 116 | 0.61 | 0.58 | 0 | 0.55 | 236.62 | 0.44 | 0.32 |
| Hex | 2D | 31 | 74 | 3D | 3A | 0 | 37 | ED | 2C | 20 |
| Octal | 55 | 61 | 164 | 75 | 72 | 0 | 67 | 355 | 54 | 40 |
| Binary | 101101 | 110001 | 1110100 | 111101 | 111010 | 0 | 110111 | 11101101 | 101100 | 100000 |
Color Harmonies of #2D3174
Complementary color
Monochromatic Colors of #2D3174
Black with #2D3174
Text Example
Text Example
White with #2D3174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3174; }
p { color: rgb(45,49,116); }
H1.HeaderClassName
{
color: #2D3174;
}
.AnyTagClassName
{
color: #2D3174;
}
</style>
background-color css
<style>
a { background-color: #2D3174; }
a { background-color: rgb(45,49,116); }
div.DivClassName
{
background-color: #2D3174;
}
.BgClassName
{
background-color: #2D3174;
}
</style>
border-color css
<style>
span { border-color: #2D3174; }
span { border-color: rgb(45,49,116); }
td.TdClassName
{
border-color: #2D3174;
}
.TagClassName
{
border-color: #2D3174;
}
</style>