Shades of Torea Bay #2C327D
Tints of Torea Bay #2C327D
RGB
CMYK
RGB Variations
Color information
#2C327D (or 0x2C327D) is known color: Torea Bay. HEX triplet: 2C, 32 and 7D. RGB value is (44,50,125). Sum of RGB (Red+Green+Blue) = 44+50+125=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C327D is #D3CD82. Grayscale: #383838. Windows color (decimal): -13880707 or 8204844. OLE color: 8204844.
HSL color Cylindrical-coordinate representation of color #2C327D: hue angle of 235.56º 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 #2C327D is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 50 | 125 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.51 |
| HSL | 235.56º | 0.48% | 0.33% | - |
| HSV(B) | 235.56º | 0.65% | 0.49% | - |
| XYZ | 5.88 | 4.3 | 19.92 | - |
| YUV | 56.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 125 | 0.65 | 0.60 | 0 | 0.51 | 235.56 | 0.48 | 0.33 |
| Hex | 2C | 32 | 7D | 41 | 3C | 0 | 33 | EC | 30 | 21 |
| Octal | 54 | 62 | 175 | 101 | 74 | 0 | 63 | 354 | 60 | 41 |
| Binary | 101100 | 110010 | 1111101 | 1000001 | 111100 | 0 | 110011 | 11101100 | 110000 | 100001 |
Color Harmonies of #2C327D
Complementary color
Monochromatic Colors of #2C327D
Black with #2C327D
Text Example
Text Example
White with #2C327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C327D; }
p { color: rgb(44,50,125); }
H1.HeaderClassName
{
color: #2C327D;
}
.AnyTagClassName
{
color: #2C327D;
}
</style>
background-color css
<style>
a { background-color: #2C327D; }
a { background-color: rgb(44,50,125); }
div.DivClassName
{
background-color: #2C327D;
}
.BgClassName
{
background-color: #2C327D;
}
</style>
border-color css
<style>
span { border-color: #2C327D; }
span { border-color: rgb(44,50,125); }
td.TdClassName
{
border-color: #2C327D;
}
.TagClassName
{
border-color: #2C327D;
}
</style>