Shades of Torea Bay #303373
Tints of Torea Bay #303373
RGB
CMYK
RGB Variations
Color information
#303373 (or 0x303373) is known color: Torea Bay. HEX triplet: 30, 33 and 73. RGB value is (48,51,115). Sum of RGB (Red+Green+Blue) = 48+51+115=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #303373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303373 is #CFCC8C. Grayscale: #393939. Windows color (decimal): -13618317 or 7549744. OLE color: 7549744.
HSL color Cylindrical-coordinate representation of color #303373: hue angle of 237.31º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303373 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 51 | 115 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.55 |
| HSL | 237.31º | 0.41% | 0.32% | - |
| HSV(B) | 237.31º | 0.58% | 0.45% | - |
| XYZ | 5.5 | 4.23 | 16.75 | - |
| YUV | 57.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 115 | 0.58 | 0.56 | 0 | 0.55 | 237.31 | 0.41 | 0.32 |
| Hex | 30 | 33 | 73 | 3A | 38 | 0 | 37 | ED | 29 | 20 |
| Octal | 60 | 63 | 163 | 72 | 70 | 0 | 67 | 355 | 51 | 40 |
| Binary | 110000 | 110011 | 1110011 | 111010 | 111000 | 0 | 110111 | 11101101 | 101001 | 100000 |
Color Harmonies of #303373
Complementary color
Monochromatic Colors of #303373
Black with #303373
Text Example
Text Example
White with #303373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303373; }
p { color: rgb(48,51,115); }
H1.HeaderClassName
{
color: #303373;
}
.AnyTagClassName
{
color: #303373;
}
</style>
background-color css
<style>
a { background-color: #303373; }
a { background-color: rgb(48,51,115); }
div.DivClassName
{
background-color: #303373;
}
.BgClassName
{
background-color: #303373;
}
</style>
border-color css
<style>
span { border-color: #303373; }
span { border-color: rgb(48,51,115); }
td.TdClassName
{
border-color: #303373;
}
.TagClassName
{
border-color: #303373;
}
</style>