Shades of Torea Bay #2D357C
Tints of Torea Bay #2D357C
RGB
CMYK
RGB Variations
Color information
#2D357C (or 0x2D357C) is known color: Torea Bay. HEX triplet: 2D, 35 and 7C. RGB value is (45,53,124). Sum of RGB (Red+Green+Blue) = 45+53+124=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D357C is #D2CA83. Grayscale: #3A3A3A. Windows color (decimal): -13814404 or 8140077. OLE color: 8140077.
HSL color Cylindrical-coordinate representation of color #2D357C: hue angle of 233.92º 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 #2D357C is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 53 | 124 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.51 |
| HSL | 233.92º | 0.47% | 0.33% | - |
| HSV(B) | 233.92º | 0.64% | 0.49% | - |
| XYZ | 5.99 | 4.56 | 19.63 | - |
| YUV | 58.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 124 | 0.64 | 0.57 | 0 | 0.51 | 233.92 | 0.47 | 0.33 |
| Hex | 2D | 35 | 7C | 40 | 39 | 0 | 33 | EA | 2F | 21 |
| Octal | 55 | 65 | 174 | 100 | 71 | 0 | 63 | 352 | 57 | 41 |
| Binary | 101101 | 110101 | 1111100 | 1000000 | 111001 | 0 | 110011 | 11101010 | 101111 | 100001 |
Color Harmonies of #2D357C
Complementary color
Monochromatic Colors of #2D357C
Black with #2D357C
Text Example
Text Example
White with #2D357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D357C; }
p { color: rgb(45,53,124); }
H1.HeaderClassName
{
color: #2D357C;
}
.AnyTagClassName
{
color: #2D357C;
}
</style>
background-color css
<style>
a { background-color: #2D357C; }
a { background-color: rgb(45,53,124); }
div.DivClassName
{
background-color: #2D357C;
}
.BgClassName
{
background-color: #2D357C;
}
</style>
border-color css
<style>
span { border-color: #2D357C; }
span { border-color: rgb(45,53,124); }
td.TdClassName
{
border-color: #2D357C;
}
.TagClassName
{
border-color: #2D357C;
}
</style>