Shades of Torea Bay #303870
Tints of Torea Bay #303870
RGB
CMYK
RGB Variations
Color information
#303870 (or 0x303870) is known color: Torea Bay. HEX triplet: 30, 38 and 70. RGB value is (48,56,112). Sum of RGB (Red+Green+Blue) = 48+56+112=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #303870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303870 is #CFC78F. Grayscale: #3B3B3B. Windows color (decimal): -13617040 or 7354416. OLE color: 7354416.
HSL color Cylindrical-coordinate representation of color #303870: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #303870 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 56 | 112 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.56 |
| HSL | 232.5º | 0.4% | 0.31% | - |
| HSV(B) | 232.5º | 0.57% | 0.44% | - |
| XYZ | 5.56 | 4.63 | 15.93 | - |
| YUV | 59.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 112 | 0.57 | 0.50 | 0 | 0.56 | 232.5 | 0.4 | 0.31 |
| Hex | 30 | 38 | 70 | 39 | 32 | 0 | 38 | E8 | 28 | 1F |
| Octal | 60 | 70 | 160 | 71 | 62 | 0 | 70 | 350 | 50 | 37 |
| Binary | 110000 | 111000 | 1110000 | 111001 | 110010 | 0 | 111000 | 11101000 | 101000 | 11111 |
Color Harmonies of #303870
Complementary color
Monochromatic Colors of #303870
Black with #303870
Text Example
Text Example
White with #303870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303870; }
p { color: rgb(48,56,112); }
H1.HeaderClassName
{
color: #303870;
}
.AnyTagClassName
{
color: #303870;
}
</style>
background-color css
<style>
a { background-color: #303870; }
a { background-color: rgb(48,56,112); }
div.DivClassName
{
background-color: #303870;
}
.BgClassName
{
background-color: #303870;
}
</style>
border-color css
<style>
span { border-color: #303870; }
span { border-color: rgb(48,56,112); }
td.TdClassName
{
border-color: #303870;
}
.TagClassName
{
border-color: #303870;
}
</style>