Shades of Torea Bay #303777
Tints of Torea Bay #303777
RGB
CMYK
RGB Variations
Color information
#303777 (or 0x303777) is known color: Torea Bay. HEX triplet: 30, 37 and 77. RGB value is (48,55,119). Sum of RGB (Red+Green+Blue) = 48+55+119=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #303777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303777 is #CFC888. Grayscale: #3B3B3B. Windows color (decimal): -13617289 or 7812912. OLE color: 7812912.
HSL color Cylindrical-coordinate representation of color #303777: hue angle of 234.08º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303777 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 55 | 119 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.53 |
| HSL | 234.08º | 0.43% | 0.33% | - |
| HSV(B) | 234.08º | 0.6% | 0.47% | - |
| XYZ | 5.91 | 4.69 | 18.05 | - |
| YUV | 60.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 119 | 0.60 | 0.54 | 0 | 0.53 | 234.08 | 0.43 | 0.33 |
| Hex | 30 | 37 | 77 | 3C | 36 | 0 | 35 | EA | 2B | 21 |
| Octal | 60 | 67 | 167 | 74 | 66 | 0 | 65 | 352 | 53 | 41 |
| Binary | 110000 | 110111 | 1110111 | 111100 | 110110 | 0 | 110101 | 11101010 | 101011 | 100001 |
Color Harmonies of #303777
Complementary color
Monochromatic Colors of #303777
Black with #303777
Text Example
Text Example
White with #303777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303777; }
p { color: rgb(48,55,119); }
H1.HeaderClassName
{
color: #303777;
}
.AnyTagClassName
{
color: #303777;
}
</style>
background-color css
<style>
a { background-color: #303777; }
a { background-color: rgb(48,55,119); }
div.DivClassName
{
background-color: #303777;
}
.BgClassName
{
background-color: #303777;
}
</style>
border-color css
<style>
span { border-color: #303777; }
span { border-color: rgb(48,55,119); }
td.TdClassName
{
border-color: #303777;
}
.TagClassName
{
border-color: #303777;
}
</style>