Shades of Torea Bay #2D377D
Tints of Torea Bay #2D377D
RGB
CMYK
RGB Variations
Color information
#2D377D (or 0x2D377D) is known color: Torea Bay. HEX triplet: 2D, 37 and 7D. RGB value is (45,55,125). Sum of RGB (Red+Green+Blue) = 45+55+125=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D377D is #D2C882. Grayscale: #3B3B3B. Windows color (decimal): -13813891 or 8206125. OLE color: 8206125.
HSL color Cylindrical-coordinate representation of color #2D377D: hue angle of 232.5º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D377D is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 55 | 125 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.51 |
| HSL | 232.5º | 0.47% | 0.33% | - |
| HSV(B) | 232.5º | 0.64% | 0.49% | - |
| XYZ | 6.15 | 4.77 | 20 | - |
| YUV | 59.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 125 | 0.64 | 0.56 | 0 | 0.51 | 232.5 | 0.47 | 0.33 |
| Hex | 2D | 37 | 7D | 40 | 38 | 0 | 33 | E8 | 2F | 21 |
| Octal | 55 | 67 | 175 | 100 | 70 | 0 | 63 | 350 | 57 | 41 |
| Binary | 101101 | 110111 | 1111101 | 1000000 | 111000 | 0 | 110011 | 11101000 | 101111 | 100001 |
Color Harmonies of #2D377D
Complementary color
Monochromatic Colors of #2D377D
Black with #2D377D
Text Example
Text Example
White with #2D377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D377D; }
p { color: rgb(45,55,125); }
H1.HeaderClassName
{
color: #2D377D;
}
.AnyTagClassName
{
color: #2D377D;
}
</style>
background-color css
<style>
a { background-color: #2D377D; }
a { background-color: rgb(45,55,125); }
div.DivClassName
{
background-color: #2D377D;
}
.BgClassName
{
background-color: #2D377D;
}
</style>
border-color css
<style>
span { border-color: #2D377D; }
span { border-color: rgb(45,55,125); }
td.TdClassName
{
border-color: #2D377D;
}
.TagClassName
{
border-color: #2D377D;
}
</style>