Shades of Torea Bay #30377C
Tints of Torea Bay #30377C
RGB
CMYK
RGB Variations
Color information
#30377C (or 0x30377C) is known color: Torea Bay. HEX triplet: 30, 37 and 7C. RGB value is (48,55,124). Sum of RGB (Red+Green+Blue) = 48+55+124=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #30377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30377C is #CFC883. Grayscale: #3C3C3C. Windows color (decimal): -13617284 or 8140592. OLE color: 8140592.
HSL color Cylindrical-coordinate representation of color #30377C: hue angle of 234.47º 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 #30377C is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 55 | 124 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.51 |
| HSL | 234.47º | 0.44% | 0.34% | - |
| HSV(B) | 234.47º | 0.61% | 0.49% | - |
| XYZ | 6.22 | 4.82 | 19.67 | - |
| YUV | 60.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 124 | 0.61 | 0.56 | 0 | 0.51 | 234.47 | 0.44 | 0.34 |
| Hex | 30 | 37 | 7C | 3D | 38 | 0 | 33 | EA | 2C | 22 |
| Octal | 60 | 67 | 174 | 75 | 70 | 0 | 63 | 352 | 54 | 42 |
| Binary | 110000 | 110111 | 1111100 | 111101 | 111000 | 0 | 110011 | 11101010 | 101100 | 100010 |
Color Harmonies of #30377C
Complementary color
Monochromatic Colors of #30377C
Black with #30377C
Text Example
Text Example
White with #30377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30377C; }
p { color: rgb(48,55,124); }
H1.HeaderClassName
{
color: #30377C;
}
.AnyTagClassName
{
color: #30377C;
}
</style>
background-color css
<style>
a { background-color: #30377C; }
a { background-color: rgb(48,55,124); }
div.DivClassName
{
background-color: #30377C;
}
.BgClassName
{
background-color: #30377C;
}
</style>
border-color css
<style>
span { border-color: #30377C; }
span { border-color: rgb(48,55,124); }
td.TdClassName
{
border-color: #30377C;
}
.TagClassName
{
border-color: #30377C;
}
</style>