Shades of Torea Bay #333C75
Tints of Torea Bay #333C75
RGB
CMYK
RGB Variations
Color information
#333C75 (or 0x333C75) is known color: Torea Bay. HEX triplet: 33, 3C and 75. RGB value is (51,60,117). Sum of RGB (Red+Green+Blue) = 51+60+117=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #333C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C75 is #CCC38A. Grayscale: #3F3F3F. Windows color (decimal): -13419403 or 7683123. OLE color: 7683123.
HSL color Cylindrical-coordinate representation of color #333C75: hue angle of 231.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333C75 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 60 | 117 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.54 |
| HSL | 231.82º | 0.39% | 0.33% | - |
| HSV(B) | 231.82º | 0.56% | 0.46% | - |
| XYZ | 6.19 | 5.22 | 17.51 | - |
| YUV | 63.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 117 | 0.56 | 0.49 | 0 | 0.54 | 231.82 | 0.39 | 0.33 |
| Hex | 33 | 3C | 75 | 38 | 31 | 0 | 36 | E8 | 27 | 21 |
| Octal | 63 | 74 | 165 | 70 | 61 | 0 | 66 | 350 | 47 | 41 |
| Binary | 110011 | 111100 | 1110101 | 111000 | 110001 | 0 | 110110 | 11101000 | 100111 | 100001 |
Color Harmonies of #333C75
Complementary color
Monochromatic Colors of #333C75
Black with #333C75
Text Example
Text Example
White with #333C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C75; }
p { color: rgb(51,60,117); }
H1.HeaderClassName
{
color: #333C75;
}
.AnyTagClassName
{
color: #333C75;
}
</style>
background-color css
<style>
a { background-color: #333C75; }
a { background-color: rgb(51,60,117); }
div.DivClassName
{
background-color: #333C75;
}
.BgClassName
{
background-color: #333C75;
}
</style>
border-color css
<style>
span { border-color: #333C75; }
span { border-color: rgb(51,60,117); }
td.TdClassName
{
border-color: #333C75;
}
.TagClassName
{
border-color: #333C75;
}
</style>