Shades of Torea Bay #303678
Tints of Torea Bay #303678
RGB
CMYK
RGB Variations
Color information
#303678 (or 0x303678) is known color: Torea Bay. HEX triplet: 30, 36 and 78. RGB value is (48,54,120). Sum of RGB (Red+Green+Blue) = 48+54+120=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #303678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303678 is #CFC987. Grayscale: #3B3B3B. Windows color (decimal): -13617544 or 7878192. OLE color: 7878192.
HSL color Cylindrical-coordinate representation of color #303678: hue angle of 235º 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 #303678 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 54 | 120 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.53 |
| HSL | 235º | 0.43% | 0.33% | - |
| HSV(B) | 235º | 0.6% | 0.47% | - |
| XYZ | 5.93 | 4.62 | 18.35 | - |
| YUV | 59.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 120 | 0.60 | 0.55 | 0 | 0.53 | 235 | 0.43 | 0.33 |
| Hex | 30 | 36 | 78 | 3C | 37 | 0 | 35 | EB | 2B | 21 |
| Octal | 60 | 66 | 170 | 74 | 67 | 0 | 65 | 353 | 53 | 41 |
| Binary | 110000 | 110110 | 1111000 | 111100 | 110111 | 0 | 110101 | 11101011 | 101011 | 100001 |
Color Harmonies of #303678
Complementary color
Monochromatic Colors of #303678
Black with #303678
Text Example
Text Example
White with #303678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303678; }
p { color: rgb(48,54,120); }
H1.HeaderClassName
{
color: #303678;
}
.AnyTagClassName
{
color: #303678;
}
</style>
background-color css
<style>
a { background-color: #303678; }
a { background-color: rgb(48,54,120); }
div.DivClassName
{
background-color: #303678;
}
.BgClassName
{
background-color: #303678;
}
</style>
border-color css
<style>
span { border-color: #303678; }
span { border-color: rgb(48,54,120); }
td.TdClassName
{
border-color: #303678;
}
.TagClassName
{
border-color: #303678;
}
</style>