Shades of Torea Bay #2D3084
Tints of Torea Bay #2D3084
RGB
CMYK
RGB Variations
Color information
#2D3084 (or 0x2D3084) is known color: Torea Bay. HEX triplet: 2D, 30 and 84. RGB value is (45,48,132). Sum of RGB (Red+Green+Blue) = 45+48+132=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D3084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3084 is #D2CF7B. Grayscale: #383838. Windows color (decimal): -13815676 or 8663085. OLE color: 8663085.
HSL color Cylindrical-coordinate representation of color #2D3084: hue angle of 237.93º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D3084 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 48 | 132 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.48 |
| HSL | 237.93º | 0.49% | 0.35% | - |
| HSV(B) | 237.93º | 0.66% | 0.52% | - |
| XYZ | 6.3 | 4.34 | 22.33 | - |
| YUV | 56.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 132 | 0.66 | 0.64 | 0 | 0.48 | 237.93 | 0.49 | 0.35 |
| Hex | 2D | 30 | 84 | 42 | 40 | 0 | 30 | EE | 31 | 23 |
| Octal | 55 | 60 | 204 | 102 | 100 | 0 | 60 | 356 | 61 | 43 |
| Binary | 101101 | 110000 | 10000100 | 1000010 | 1000000 | 0 | 110000 | 11101110 | 110001 | 100011 |
Color Harmonies of #2D3084
Complementary color
Monochromatic Colors of #2D3084
Black with #2D3084
Text Example
Text Example
White with #2D3084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3084; }
p { color: rgb(45,48,132); }
H1.HeaderClassName
{
color: #2D3084;
}
.AnyTagClassName
{
color: #2D3084;
}
</style>
background-color css
<style>
a { background-color: #2D3084; }
a { background-color: rgb(45,48,132); }
div.DivClassName
{
background-color: #2D3084;
}
.BgClassName
{
background-color: #2D3084;
}
</style>
border-color css
<style>
span { border-color: #2D3084; }
span { border-color: rgb(45,48,132); }
td.TdClassName
{
border-color: #2D3084;
}
.TagClassName
{
border-color: #2D3084;
}
</style>