Shades of Torea Bay #303982
Tints of Torea Bay #303982
RGB
CMYK
RGB Variations
Color information
#303982 (or 0x303982) is known color: Torea Bay. HEX triplet: 30, 39 and 82. RGB value is (48,57,130). Sum of RGB (Red+Green+Blue) = 48+57+130=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #303982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303982 is #CFC67D. Grayscale: #3E3E3E. Windows color (decimal): -13616766 or 8534320. OLE color: 8534320.
HSL color Cylindrical-coordinate representation of color #303982: hue angle of 233.41º 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 #303982 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 57 | 130 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.49 |
| HSL | 233.41º | 0.46% | 0.35% | - |
| HSV(B) | 233.41º | 0.63% | 0.51% | - |
| XYZ | 6.71 | 5.17 | 21.76 | - |
| YUV | 62.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 130 | 0.63 | 0.56 | 0 | 0.49 | 233.41 | 0.46 | 0.35 |
| Hex | 30 | 39 | 82 | 3F | 38 | 0 | 31 | E9 | 2E | 23 |
| Octal | 60 | 71 | 202 | 77 | 70 | 0 | 61 | 351 | 56 | 43 |
| Binary | 110000 | 111001 | 10000010 | 111111 | 111000 | 0 | 110001 | 11101001 | 101110 | 100011 |
Color Harmonies of #303982
Complementary color
Monochromatic Colors of #303982
Black with #303982
Text Example
Text Example
White with #303982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303982; }
p { color: rgb(48,57,130); }
H1.HeaderClassName
{
color: #303982;
}
.AnyTagClassName
{
color: #303982;
}
</style>
background-color css
<style>
a { background-color: #303982; }
a { background-color: rgb(48,57,130); }
div.DivClassName
{
background-color: #303982;
}
.BgClassName
{
background-color: #303982;
}
</style>
border-color css
<style>
span { border-color: #303982; }
span { border-color: rgb(48,57,130); }
td.TdClassName
{
border-color: #303982;
}
.TagClassName
{
border-color: #303982;
}
</style>