Shades of Torea Bay #303974
Tints of Torea Bay #303974
RGB
CMYK
RGB Variations
Color information
#303974 (or 0x303974) is known color: Torea Bay. HEX triplet: 30, 39 and 74. RGB value is (48,57,116). Sum of RGB (Red+Green+Blue) = 48+57+116=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #303974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303974 is #CFC68B. Grayscale: #3C3C3C. Windows color (decimal): -13616780 or 7616816. OLE color: 7616816.
HSL color Cylindrical-coordinate representation of color #303974: hue angle of 232.06º 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 #303974 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 57 | 116 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.55 |
| HSL | 232.06º | 0.41% | 0.32% | - |
| HSV(B) | 232.06º | 0.59% | 0.45% | - |
| XYZ | 5.83 | 4.82 | 17.14 | - |
| YUV | 61.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 116 | 0.59 | 0.51 | 0 | 0.55 | 232.06 | 0.41 | 0.32 |
| Hex | 30 | 39 | 74 | 3B | 33 | 0 | 37 | E8 | 29 | 20 |
| Octal | 60 | 71 | 164 | 73 | 63 | 0 | 67 | 350 | 51 | 40 |
| Binary | 110000 | 111001 | 1110100 | 111011 | 110011 | 0 | 110111 | 11101000 | 101001 | 100000 |
Color Harmonies of #303974
Complementary color
Monochromatic Colors of #303974
Black with #303974
Text Example
Text Example
White with #303974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303974; }
p { color: rgb(48,57,116); }
H1.HeaderClassName
{
color: #303974;
}
.AnyTagClassName
{
color: #303974;
}
</style>
background-color css
<style>
a { background-color: #303974; }
a { background-color: rgb(48,57,116); }
div.DivClassName
{
background-color: #303974;
}
.BgClassName
{
background-color: #303974;
}
</style>
border-color css
<style>
span { border-color: #303974; }
span { border-color: rgb(48,57,116); }
td.TdClassName
{
border-color: #303974;
}
.TagClassName
{
border-color: #303974;
}
</style>