Shades of Torea Bay #303674
Tints of Torea Bay #303674
RGB
CMYK
RGB Variations
Color information
#303674 (or 0x303674) is known color: Torea Bay. HEX triplet: 30, 36 and 74. RGB value is (48,54,116). Sum of RGB (Red+Green+Blue) = 48+54+116=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #303674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303674 is #CFC98B. Grayscale: #3B3B3B. Windows color (decimal): -13617548 or 7616048. OLE color: 7616048.
HSL color Cylindrical-coordinate representation of color #303674: hue angle of 234.71º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303674 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 54 | 116 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.55 |
| HSL | 234.71º | 0.41% | 0.32% | - |
| HSV(B) | 234.71º | 0.59% | 0.45% | - |
| XYZ | 5.69 | 4.53 | 17.1 | - |
| YUV | 59.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 116 | 0.59 | 0.53 | 0 | 0.55 | 234.71 | 0.41 | 0.32 |
| Hex | 30 | 36 | 74 | 3B | 35 | 0 | 37 | EB | 29 | 20 |
| Octal | 60 | 66 | 164 | 73 | 65 | 0 | 67 | 353 | 51 | 40 |
| Binary | 110000 | 110110 | 1110100 | 111011 | 110101 | 0 | 110111 | 11101011 | 101001 | 100000 |
Color Harmonies of #303674
Complementary color
Monochromatic Colors of #303674
Black with #303674
Text Example
Text Example
White with #303674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303674; }
p { color: rgb(48,54,116); }
H1.HeaderClassName
{
color: #303674;
}
.AnyTagClassName
{
color: #303674;
}
</style>
background-color css
<style>
a { background-color: #303674; }
a { background-color: rgb(48,54,116); }
div.DivClassName
{
background-color: #303674;
}
.BgClassName
{
background-color: #303674;
}
</style>
border-color css
<style>
span { border-color: #303674; }
span { border-color: rgb(48,54,116); }
td.TdClassName
{
border-color: #303674;
}
.TagClassName
{
border-color: #303674;
}
</style>