Shades of Torea Bay #2D2A7F
Tints of Torea Bay #2D2A7F
RGB
CMYK
RGB Variations
Color information
#2D2A7F (or 0x2D2A7F) is known color: Torea Bay. HEX triplet: 2D, 2A and 7F. RGB value is (45,42,127). Sum of RGB (Red+Green+Blue) = 45+42+127=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D2A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2A7F is #D2D580. Grayscale: #343434. Windows color (decimal): -13817217 or 8333869. OLE color: 8333869.
HSL color Cylindrical-coordinate representation of color #2D2A7F: hue angle of 242.12º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2A7F is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 42 | 127 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.50 |
| HSL | 242.12º | 0.5% | 0.33% | - |
| HSV(B) | 242.12º | 0.67% | 0.5% | - |
| XYZ | 5.74 | 3.75 | 20.5 | - |
| YUV | 52.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 127 | 0.65 | 0.67 | 0 | 0.50 | 242.12 | 0.5 | 0.33 |
| Hex | 2D | 2A | 7F | 41 | 43 | 0 | 32 | F2 | 32 | 21 |
| Octal | 55 | 52 | 177 | 101 | 103 | 0 | 62 | 362 | 62 | 41 |
| Binary | 101101 | 101010 | 1111111 | 1000001 | 1000011 | 0 | 110010 | 11110010 | 110010 | 100001 |
Color Harmonies of #2D2A7F
Complementary color
Monochromatic Colors of #2D2A7F
Black with #2D2A7F
Text Example
Text Example
White with #2D2A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A7F; }
p { color: rgb(45,42,127); }
H1.HeaderClassName
{
color: #2D2A7F;
}
.AnyTagClassName
{
color: #2D2A7F;
}
</style>
background-color css
<style>
a { background-color: #2D2A7F; }
a { background-color: rgb(45,42,127); }
div.DivClassName
{
background-color: #2D2A7F;
}
.BgClassName
{
background-color: #2D2A7F;
}
</style>
border-color css
<style>
span { border-color: #2D2A7F; }
span { border-color: rgb(45,42,127); }
td.TdClassName
{
border-color: #2D2A7F;
}
.TagClassName
{
border-color: #2D2A7F;
}
</style>