Shades of Torea Bay #2D3988
Tints of Torea Bay #2D3988
RGB
CMYK
RGB Variations
Color information
#2D3988 (or 0x2D3988) is known color: Torea Bay. HEX triplet: 2D, 39 and 88. RGB value is (45,57,136). Sum of RGB (Red+Green+Blue) = 45+57+136=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D3988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3988 is #D2C677. Grayscale: #3E3E3E. Windows color (decimal): -13813368 or 8927533. OLE color: 8927533.
HSL color Cylindrical-coordinate representation of color #2D3988: hue angle of 232.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D3988 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 57 | 136 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.47 |
| HSL | 232.09º | 0.5% | 0.35% | - |
| HSV(B) | 232.09º | 0.67% | 0.53% | - |
| XYZ | 6.99 | 5.26 | 23.94 | - |
| YUV | 62.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 136 | 0.67 | 0.58 | 0 | 0.47 | 232.09 | 0.5 | 0.35 |
| Hex | 2D | 39 | 88 | 43 | 3A | 0 | 2F | E8 | 32 | 23 |
| Octal | 55 | 71 | 210 | 103 | 72 | 0 | 57 | 350 | 62 | 43 |
| Binary | 101101 | 111001 | 10001000 | 1000011 | 111010 | 0 | 101111 | 11101000 | 110010 | 100011 |
Color Harmonies of #2D3988
Complementary color
Monochromatic Colors of #2D3988
Black with #2D3988
Text Example
Text Example
White with #2D3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3988; }
p { color: rgb(45,57,136); }
H1.HeaderClassName
{
color: #2D3988;
}
.AnyTagClassName
{
color: #2D3988;
}
</style>
background-color css
<style>
a { background-color: #2D3988; }
a { background-color: rgb(45,57,136); }
div.DivClassName
{
background-color: #2D3988;
}
.BgClassName
{
background-color: #2D3988;
}
</style>
border-color css
<style>
span { border-color: #2D3988; }
span { border-color: rgb(45,57,136); }
td.TdClassName
{
border-color: #2D3988;
}
.TagClassName
{
border-color: #2D3988;
}
</style>