Shades of Torea Bay #333C72
Tints of Torea Bay #333C72
RGB
CMYK
RGB Variations
Color information
#333C72 (or 0x333C72) is known color: Torea Bay. HEX triplet: 33, 3C and 72. RGB value is (51,60,114). Sum of RGB (Red+Green+Blue) = 51+60+114=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #333C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C72 is #CCC38D. Grayscale: #3F3F3F. Windows color (decimal): -13419406 or 7486515. OLE color: 7486515.
HSL color Cylindrical-coordinate representation of color #333C72: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333C72 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 60 | 114 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.55 |
| HSL | 231.43º | 0.38% | 0.32% | - |
| HSV(B) | 231.43º | 0.55% | 0.45% | - |
| XYZ | 6.02 | 5.15 | 16.6 | - |
| YUV | 63.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 114 | 0.55 | 0.47 | 0 | 0.55 | 231.43 | 0.38 | 0.32 |
| Hex | 33 | 3C | 72 | 37 | 2F | 0 | 37 | E7 | 26 | 20 |
| Octal | 63 | 74 | 162 | 67 | 57 | 0 | 67 | 347 | 46 | 40 |
| Binary | 110011 | 111100 | 1110010 | 110111 | 101111 | 0 | 110111 | 11100111 | 100110 | 100000 |
Color Harmonies of #333C72
Complementary color
Monochromatic Colors of #333C72
Black with #333C72
Text Example
Text Example
White with #333C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C72; }
p { color: rgb(51,60,114); }
H1.HeaderClassName
{
color: #333C72;
}
.AnyTagClassName
{
color: #333C72;
}
</style>
background-color css
<style>
a { background-color: #333C72; }
a { background-color: rgb(51,60,114); }
div.DivClassName
{
background-color: #333C72;
}
.BgClassName
{
background-color: #333C72;
}
</style>
border-color css
<style>
span { border-color: #333C72; }
span { border-color: rgb(51,60,114); }
td.TdClassName
{
border-color: #333C72;
}
.TagClassName
{
border-color: #333C72;
}
</style>