Shades of Torea Bay #2C307C
Tints of Torea Bay #2C307C
RGB
CMYK
RGB Variations
Color information
#2C307C (or 0x2C307C) is known color: Torea Bay. HEX triplet: 2C, 30 and 7C. RGB value is (44,48,124). Sum of RGB (Red+Green+Blue) = 44+48+124=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C307C is #D3CF83. Grayscale: #373737. Windows color (decimal): -13881220 or 8138796. OLE color: 8138796.
HSL color Cylindrical-coordinate representation of color #2C307C: hue angle of 237º 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 #2C307C is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 48 | 124 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.51 |
| HSL | 237º | 0.48% | 0.33% | - |
| HSV(B) | 237º | 0.65% | 0.49% | - |
| XYZ | 5.73 | 4.1 | 19.56 | - |
| YUV | 55.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 124 | 0.65 | 0.61 | 0 | 0.51 | 237 | 0.48 | 0.33 |
| Hex | 2C | 30 | 7C | 41 | 3D | 0 | 33 | ED | 30 | 21 |
| Octal | 54 | 60 | 174 | 101 | 75 | 0 | 63 | 355 | 60 | 41 |
| Binary | 101100 | 110000 | 1111100 | 1000001 | 111101 | 0 | 110011 | 11101101 | 110000 | 100001 |
Color Harmonies of #2C307C
Complementary color
Monochromatic Colors of #2C307C
Black with #2C307C
Text Example
Text Example
White with #2C307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C307C; }
p { color: rgb(44,48,124); }
H1.HeaderClassName
{
color: #2C307C;
}
.AnyTagClassName
{
color: #2C307C;
}
</style>
background-color css
<style>
a { background-color: #2C307C; }
a { background-color: rgb(44,48,124); }
div.DivClassName
{
background-color: #2C307C;
}
.BgClassName
{
background-color: #2C307C;
}
</style>
border-color css
<style>
span { border-color: #2C307C; }
span { border-color: rgb(44,48,124); }
td.TdClassName
{
border-color: #2C307C;
}
.TagClassName
{
border-color: #2C307C;
}
</style>