Shades of Torea Bay #2C357B
Tints of Torea Bay #2C357B
RGB
CMYK
RGB Variations
Color information
#2C357B (or 0x2C357B) is known color: Torea Bay. HEX triplet: 2C, 35 and 7B. RGB value is (44,53,123). Sum of RGB (Red+Green+Blue) = 44+53+123=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C357B is #D3CA84. Grayscale: #3A3A3A. Windows color (decimal): -13879941 or 8074540. OLE color: 8074540.
HSL color Cylindrical-coordinate representation of color #2C357B: hue angle of 233.16º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C357B is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 53 | 123 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.52 |
| HSL | 233.16º | 0.47% | 0.33% | - |
| HSV(B) | 233.16º | 0.64% | 0.48% | - |
| XYZ | 5.89 | 4.51 | 19.3 | - |
| YUV | 58.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 123 | 0.64 | 0.57 | 0 | 0.52 | 233.16 | 0.47 | 0.33 |
| Hex | 2C | 35 | 7B | 40 | 39 | 0 | 34 | E9 | 2F | 21 |
| Octal | 54 | 65 | 173 | 100 | 71 | 0 | 64 | 351 | 57 | 41 |
| Binary | 101100 | 110101 | 1111011 | 1000000 | 111001 | 0 | 110100 | 11101001 | 101111 | 100001 |
Color Harmonies of #2C357B
Complementary color
Monochromatic Colors of #2C357B
Black with #2C357B
Text Example
Text Example
White with #2C357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C357B; }
p { color: rgb(44,53,123); }
H1.HeaderClassName
{
color: #2C357B;
}
.AnyTagClassName
{
color: #2C357B;
}
</style>
background-color css
<style>
a { background-color: #2C357B; }
a { background-color: rgb(44,53,123); }
div.DivClassName
{
background-color: #2C357B;
}
.BgClassName
{
background-color: #2C357B;
}
</style>
border-color css
<style>
span { border-color: #2C357B; }
span { border-color: rgb(44,53,123); }
td.TdClassName
{
border-color: #2C357B;
}
.TagClassName
{
border-color: #2C357B;
}
</style>