Shades of Torea Bay #303278
Tints of Torea Bay #303278
RGB
CMYK
RGB Variations
Color information
#303278 (or 0x303278) is known color: Torea Bay. HEX triplet: 30, 32 and 78. RGB value is (48,50,120). Sum of RGB (Red+Green+Blue) = 48+50+120=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #303278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303278 is #CFCD87. Grayscale: #393939. Windows color (decimal): -13618568 or 7877168. OLE color: 7877168.
HSL color Cylindrical-coordinate representation of color #303278: hue angle of 238.33º 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 #303278 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 50 | 120 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.53 |
| HSL | 238.33º | 0.43% | 0.33% | - |
| HSV(B) | 238.33º | 0.6% | 0.47% | - |
| XYZ | 5.75 | 4.27 | 18.29 | - |
| YUV | 57.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 120 | 0.60 | 0.58 | 0 | 0.53 | 238.33 | 0.43 | 0.33 |
| Hex | 30 | 32 | 78 | 3C | 3A | 0 | 35 | EE | 2B | 21 |
| Octal | 60 | 62 | 170 | 74 | 72 | 0 | 65 | 356 | 53 | 41 |
| Binary | 110000 | 110010 | 1111000 | 111100 | 111010 | 0 | 110101 | 11101110 | 101011 | 100001 |
Color Harmonies of #303278
Complementary color
Monochromatic Colors of #303278
Black with #303278
Text Example
Text Example
White with #303278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303278; }
p { color: rgb(48,50,120); }
H1.HeaderClassName
{
color: #303278;
}
.AnyTagClassName
{
color: #303278;
}
</style>
background-color css
<style>
a { background-color: #303278; }
a { background-color: rgb(48,50,120); }
div.DivClassName
{
background-color: #303278;
}
.BgClassName
{
background-color: #303278;
}
</style>
border-color css
<style>
span { border-color: #303278; }
span { border-color: rgb(48,50,120); }
td.TdClassName
{
border-color: #303278;
}
.TagClassName
{
border-color: #303278;
}
</style>