Shades of Torea Bay #2C327E
Tints of Torea Bay #2C327E
RGB
CMYK
RGB Variations
Color information
#2C327E (or 0x2C327E) is known color: Torea Bay. HEX triplet: 2C, 32 and 7E. RGB value is (44,50,126). Sum of RGB (Red+Green+Blue) = 44+50+126=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C327E is #D3CD81. Grayscale: #383838. Windows color (decimal): -13880706 or 8270380. OLE color: 8270380.
HSL color Cylindrical-coordinate representation of color #2C327E: hue angle of 235.61º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C327E is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 50 | 126 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.51 |
| HSL | 235.61º | 0.48% | 0.33% | - |
| HSV(B) | 235.61º | 0.65% | 0.49% | - |
| XYZ | 5.95 | 4.32 | 20.26 | - |
| YUV | 56.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 126 | 0.65 | 0.60 | 0 | 0.51 | 235.61 | 0.48 | 0.33 |
| Hex | 2C | 32 | 7E | 41 | 3C | 0 | 33 | EC | 30 | 21 |
| Octal | 54 | 62 | 176 | 101 | 74 | 0 | 63 | 354 | 60 | 41 |
| Binary | 101100 | 110010 | 1111110 | 1000001 | 111100 | 0 | 110011 | 11101100 | 110000 | 100001 |
Color Harmonies of #2C327E
Complementary color
Monochromatic Colors of #2C327E
Black with #2C327E
Text Example
Text Example
White with #2C327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C327E; }
p { color: rgb(44,50,126); }
H1.HeaderClassName
{
color: #2C327E;
}
.AnyTagClassName
{
color: #2C327E;
}
</style>
background-color css
<style>
a { background-color: #2C327E; }
a { background-color: rgb(44,50,126); }
div.DivClassName
{
background-color: #2C327E;
}
.BgClassName
{
background-color: #2C327E;
}
</style>
border-color css
<style>
span { border-color: #2C327E; }
span { border-color: rgb(44,50,126); }
td.TdClassName
{
border-color: #2C327E;
}
.TagClassName
{
border-color: #2C327E;
}
</style>