Shades of Torea Bay #333C74
Tints of Torea Bay #333C74
RGB
CMYK
RGB Variations
Color information
#333C74 (or 0x333C74) is known color: Torea Bay. HEX triplet: 33, 3C and 74. RGB value is (51,60,116). Sum of RGB (Red+Green+Blue) = 51+60+116=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #333C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C74 is #CCC38B. Grayscale: #3F3F3F. Windows color (decimal): -13419404 or 7617587. OLE color: 7617587.
HSL color Cylindrical-coordinate representation of color #333C74: hue angle of 231.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333C74 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 60 | 116 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.55 |
| HSL | 231.69º | 0.39% | 0.33% | - |
| HSV(B) | 231.69º | 0.56% | 0.45% | - |
| XYZ | 6.13 | 5.2 | 17.2 | - |
| YUV | 63.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 116 | 0.56 | 0.48 | 0 | 0.55 | 231.69 | 0.39 | 0.33 |
| Hex | 33 | 3C | 74 | 38 | 30 | 0 | 37 | E8 | 27 | 21 |
| Octal | 63 | 74 | 164 | 70 | 60 | 0 | 67 | 350 | 47 | 41 |
| Binary | 110011 | 111100 | 1110100 | 111000 | 110000 | 0 | 110111 | 11101000 | 100111 | 100001 |
Color Harmonies of #333C74
Complementary color
Monochromatic Colors of #333C74
Black with #333C74
Text Example
Text Example
White with #333C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C74; }
p { color: rgb(51,60,116); }
H1.HeaderClassName
{
color: #333C74;
}
.AnyTagClassName
{
color: #333C74;
}
</style>
background-color css
<style>
a { background-color: #333C74; }
a { background-color: rgb(51,60,116); }
div.DivClassName
{
background-color: #333C74;
}
.BgClassName
{
background-color: #333C74;
}
</style>
border-color css
<style>
span { border-color: #333C74; }
span { border-color: rgb(51,60,116); }
td.TdClassName
{
border-color: #333C74;
}
.TagClassName
{
border-color: #333C74;
}
</style>