Shades of Torea Bay #2D387A
Tints of Torea Bay #2D387A
RGB
CMYK
RGB Variations
Color information
#2D387A (or 0x2D387A) is known color: Torea Bay. HEX triplet: 2D, 38 and 7A. RGB value is (45,56,122). Sum of RGB (Red+Green+Blue) = 45+56+122=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D387A is #D2C785. Grayscale: #3B3B3B. Windows color (decimal): -13813638 or 8009773. OLE color: 8009773.
HSL color Cylindrical-coordinate representation of color #2D387A: hue angle of 231.43º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D387A is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 56 | 122 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.52 |
| HSL | 231.43º | 0.46% | 0.33% | - |
| HSV(B) | 231.43º | 0.63% | 0.48% | - |
| XYZ | 6.01 | 4.79 | 19.02 | - |
| YUV | 60.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 122 | 0.63 | 0.54 | 0 | 0.52 | 231.43 | 0.46 | 0.33 |
| Hex | 2D | 38 | 7A | 3F | 36 | 0 | 34 | E7 | 2E | 21 |
| Octal | 55 | 70 | 172 | 77 | 66 | 0 | 64 | 347 | 56 | 41 |
| Binary | 101101 | 111000 | 1111010 | 111111 | 110110 | 0 | 110100 | 11100111 | 101110 | 100001 |
Color Harmonies of #2D387A
Complementary color
Monochromatic Colors of #2D387A
Black with #2D387A
Text Example
Text Example
White with #2D387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D387A; }
p { color: rgb(45,56,122); }
H1.HeaderClassName
{
color: #2D387A;
}
.AnyTagClassName
{
color: #2D387A;
}
</style>
background-color css
<style>
a { background-color: #2D387A; }
a { background-color: rgb(45,56,122); }
div.DivClassName
{
background-color: #2D387A;
}
.BgClassName
{
background-color: #2D387A;
}
</style>
border-color css
<style>
span { border-color: #2D387A; }
span { border-color: rgb(45,56,122); }
td.TdClassName
{
border-color: #2D387A;
}
.TagClassName
{
border-color: #2D387A;
}
</style>