Shades of Torea Bay #303683
Tints of Torea Bay #303683
RGB
CMYK
RGB Variations
Color information
#303683 (or 0x303683) is known color: Torea Bay. HEX triplet: 30, 36 and 83. RGB value is (48,54,131). Sum of RGB (Red+Green+Blue) = 48+54+131=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #303683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303683 is #CFC97C. Grayscale: #3C3C3C. Windows color (decimal): -13617533 or 8599088. OLE color: 8599088.
HSL color Cylindrical-coordinate representation of color #303683: hue angle of 235.66º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303683 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 54 | 131 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.49 |
| HSL | 235.66º | 0.46% | 0.35% | - |
| HSV(B) | 235.66º | 0.63% | 0.51% | - |
| XYZ | 6.63 | 4.91 | 22.07 | - |
| YUV | 60.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 131 | 0.63 | 0.59 | 0 | 0.49 | 235.66 | 0.46 | 0.35 |
| Hex | 30 | 36 | 83 | 3F | 3B | 0 | 31 | EC | 2E | 23 |
| Octal | 60 | 66 | 203 | 77 | 73 | 0 | 61 | 354 | 56 | 43 |
| Binary | 110000 | 110110 | 10000011 | 111111 | 111011 | 0 | 110001 | 11101100 | 101110 | 100011 |
Color Harmonies of #303683
Complementary color
Monochromatic Colors of #303683
Black with #303683
Text Example
Text Example
White with #303683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303683; }
p { color: rgb(48,54,131); }
H1.HeaderClassName
{
color: #303683;
}
.AnyTagClassName
{
color: #303683;
}
</style>
background-color css
<style>
a { background-color: #303683; }
a { background-color: rgb(48,54,131); }
div.DivClassName
{
background-color: #303683;
}
.BgClassName
{
background-color: #303683;
}
</style>
border-color css
<style>
span { border-color: #303683; }
span { border-color: rgb(48,54,131); }
td.TdClassName
{
border-color: #303683;
}
.TagClassName
{
border-color: #303683;
}
</style>