Shades of Torea Bay #30347C
Tints of Torea Bay #30347C
RGB
CMYK
RGB Variations
Color information
#30347C (or 0x30347C) is known color: Torea Bay. HEX triplet: 30, 34 and 7C. RGB value is (48,52,124). Sum of RGB (Red+Green+Blue) = 48+52+124=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #30347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30347C is #CFCB83. Grayscale: #3A3A3A. Windows color (decimal): -13618052 or 8139824. OLE color: 8139824.
HSL color Cylindrical-coordinate representation of color #30347C: hue angle of 236.84º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30347C is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 52 | 124 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.51 |
| HSL | 236.84º | 0.44% | 0.34% | - |
| HSV(B) | 236.84º | 0.61% | 0.49% | - |
| XYZ | 6.09 | 4.54 | 19.62 | - |
| YUV | 59.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 124 | 0.61 | 0.58 | 0 | 0.51 | 236.84 | 0.44 | 0.34 |
| Hex | 30 | 34 | 7C | 3D | 3A | 0 | 33 | ED | 2C | 22 |
| Octal | 60 | 64 | 174 | 75 | 72 | 0 | 63 | 355 | 54 | 42 |
| Binary | 110000 | 110100 | 1111100 | 111101 | 111010 | 0 | 110011 | 11101101 | 101100 | 100010 |
Color Harmonies of #30347C
Complementary color
Monochromatic Colors of #30347C
Black with #30347C
Text Example
Text Example
White with #30347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30347C; }
p { color: rgb(48,52,124); }
H1.HeaderClassName
{
color: #30347C;
}
.AnyTagClassName
{
color: #30347C;
}
</style>
background-color css
<style>
a { background-color: #30347C; }
a { background-color: rgb(48,52,124); }
div.DivClassName
{
background-color: #30347C;
}
.BgClassName
{
background-color: #30347C;
}
</style>
border-color css
<style>
span { border-color: #30347C; }
span { border-color: rgb(48,52,124); }
td.TdClassName
{
border-color: #30347C;
}
.TagClassName
{
border-color: #30347C;
}
</style>