Shades of Torea Bay #333D80
Tints of Torea Bay #333D80
RGB
CMYK
RGB Variations
Color information
#333D80 (or 0x333D80) is known color: Torea Bay. HEX triplet: 33, 3D and 80. RGB value is (51,61,128). Sum of RGB (Red+Green+Blue) = 51+61+128=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #333D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D80 is #CCC27F. Grayscale: #414141. Windows color (decimal): -13419136 or 8404275. OLE color: 8404275.
HSL color Cylindrical-coordinate representation of color #333D80: hue angle of 232.21º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333D80 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 61 | 128 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.50 |
| HSL | 232.21º | 0.43% | 0.35% | - |
| HSV(B) | 232.21º | 0.6% | 0.5% | - |
| XYZ | 6.93 | 5.6 | 21.14 | - |
| YUV | 65.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 128 | 0.60 | 0.52 | 0 | 0.50 | 232.21 | 0.43 | 0.35 |
| Hex | 33 | 3D | 80 | 3C | 34 | 0 | 32 | E8 | 2B | 23 |
| Octal | 63 | 75 | 200 | 74 | 64 | 0 | 62 | 350 | 53 | 43 |
| Binary | 110011 | 111101 | 10000000 | 111100 | 110100 | 0 | 110010 | 11101000 | 101011 | 100011 |
Color Harmonies of #333D80
Complementary color
Monochromatic Colors of #333D80
Black with #333D80
Text Example
Text Example
White with #333D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D80; }
p { color: rgb(51,61,128); }
H1.HeaderClassName
{
color: #333D80;
}
.AnyTagClassName
{
color: #333D80;
}
</style>
background-color css
<style>
a { background-color: #333D80; }
a { background-color: rgb(51,61,128); }
div.DivClassName
{
background-color: #333D80;
}
.BgClassName
{
background-color: #333D80;
}
</style>
border-color css
<style>
span { border-color: #333D80; }
span { border-color: rgb(51,61,128); }
td.TdClassName
{
border-color: #333D80;
}
.TagClassName
{
border-color: #333D80;
}
</style>