Shades of Torea Bay #303A76
Tints of Torea Bay #303A76
RGB
CMYK
RGB Variations
Color information
#303A76 (or 0x303A76) is known color: Torea Bay. HEX triplet: 30, 3A and 76. RGB value is (48,58,118). Sum of RGB (Red+Green+Blue) = 48+58+118=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #303A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A76 is #CFC589. Grayscale: #3D3D3D. Windows color (decimal): -13616522 or 7748144. OLE color: 7748144.
HSL color Cylindrical-coordinate representation of color #303A76: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303A76 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 58 | 118 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.54 |
| HSL | 231.43º | 0.42% | 0.33% | - |
| HSV(B) | 231.43º | 0.59% | 0.46% | - |
| XYZ | 6 | 4.96 | 17.78 | - |
| YUV | 61.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 118 | 0.59 | 0.51 | 0 | 0.54 | 231.43 | 0.42 | 0.33 |
| Hex | 30 | 3A | 76 | 3B | 33 | 0 | 36 | E7 | 2A | 21 |
| Octal | 60 | 72 | 166 | 73 | 63 | 0 | 66 | 347 | 52 | 41 |
| Binary | 110000 | 111010 | 1110110 | 111011 | 110011 | 0 | 110110 | 11100111 | 101010 | 100001 |
Color Harmonies of #303A76
Complementary color
Monochromatic Colors of #303A76
Black with #303A76
Text Example
Text Example
White with #303A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A76; }
p { color: rgb(48,58,118); }
H1.HeaderClassName
{
color: #303A76;
}
.AnyTagClassName
{
color: #303A76;
}
</style>
background-color css
<style>
a { background-color: #303A76; }
a { background-color: rgb(48,58,118); }
div.DivClassName
{
background-color: #303A76;
}
.BgClassName
{
background-color: #303A76;
}
</style>
border-color css
<style>
span { border-color: #303A76; }
span { border-color: rgb(48,58,118); }
td.TdClassName
{
border-color: #303A76;
}
.TagClassName
{
border-color: #303A76;
}
</style>