Shades of Torea Bay #333C7D
Tints of Torea Bay #333C7D
RGB
CMYK
RGB Variations
Color information
#333C7D (or 0x333C7D) is known color: Torea Bay. HEX triplet: 33, 3C and 7D. RGB value is (51,60,125). Sum of RGB (Red+Green+Blue) = 51+60+125=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #333C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C7D is #CCC382. Grayscale: #404040. Windows color (decimal): -13419395 or 8207411. OLE color: 8207411.
HSL color Cylindrical-coordinate representation of color #333C7D: hue angle of 232.7º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #333C7D is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 60 | 125 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.51 |
| HSL | 232.7º | 0.42% | 0.35% | - |
| HSV(B) | 232.7º | 0.59% | 0.49% | - |
| XYZ | 6.68 | 5.42 | 20.1 | - |
| YUV | 64.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 125 | 0.59 | 0.52 | 0 | 0.51 | 232.7 | 0.42 | 0.35 |
| Hex | 33 | 3C | 7D | 3B | 34 | 0 | 33 | E9 | 2A | 23 |
| Octal | 63 | 74 | 175 | 73 | 64 | 0 | 63 | 351 | 52 | 43 |
| Binary | 110011 | 111100 | 1111101 | 111011 | 110100 | 0 | 110011 | 11101001 | 101010 | 100011 |
Color Harmonies of #333C7D
Complementary color
Monochromatic Colors of #333C7D
Black with #333C7D
Text Example
Text Example
White with #333C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C7D; }
p { color: rgb(51,60,125); }
H1.HeaderClassName
{
color: #333C7D;
}
.AnyTagClassName
{
color: #333C7D;
}
</style>
background-color css
<style>
a { background-color: #333C7D; }
a { background-color: rgb(51,60,125); }
div.DivClassName
{
background-color: #333C7D;
}
.BgClassName
{
background-color: #333C7D;
}
</style>
border-color css
<style>
span { border-color: #333C7D; }
span { border-color: rgb(51,60,125); }
td.TdClassName
{
border-color: #333C7D;
}
.TagClassName
{
border-color: #333C7D;
}
</style>