Shades of Torea Bay #303276
Tints of Torea Bay #303276
RGB
CMYK
RGB Variations
Color information
#303276 (or 0x303276) is known color: Torea Bay. HEX triplet: 30, 32 and 76. RGB value is (48,50,118). Sum of RGB (Red+Green+Blue) = 48+50+118=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #303276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303276 is #CFCD89. Grayscale: #383838. Windows color (decimal): -13618570 or 7746096. OLE color: 7746096.
HSL color Cylindrical-coordinate representation of color #303276: hue angle of 238.29º 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 #303276 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 50 | 118 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.54 |
| HSL | 238.29º | 0.42% | 0.33% | - |
| HSV(B) | 238.29º | 0.59% | 0.46% | - |
| XYZ | 5.63 | 4.22 | 17.66 | - |
| YUV | 57.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 118 | 0.59 | 0.58 | 0 | 0.54 | 238.29 | 0.42 | 0.33 |
| Hex | 30 | 32 | 76 | 3B | 3A | 0 | 36 | EE | 2A | 21 |
| Octal | 60 | 62 | 166 | 73 | 72 | 0 | 66 | 356 | 52 | 41 |
| Binary | 110000 | 110010 | 1110110 | 111011 | 111010 | 0 | 110110 | 11101110 | 101010 | 100001 |
Color Harmonies of #303276
Complementary color
Monochromatic Colors of #303276
Black with #303276
Text Example
Text Example
White with #303276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303276; }
p { color: rgb(48,50,118); }
H1.HeaderClassName
{
color: #303276;
}
.AnyTagClassName
{
color: #303276;
}
</style>
background-color css
<style>
a { background-color: #303276; }
a { background-color: rgb(48,50,118); }
div.DivClassName
{
background-color: #303276;
}
.BgClassName
{
background-color: #303276;
}
</style>
border-color css
<style>
span { border-color: #303276; }
span { border-color: rgb(48,50,118); }
td.TdClassName
{
border-color: #303276;
}
.TagClassName
{
border-color: #303276;
}
</style>