Shades of Torea Bay #303582
Tints of Torea Bay #303582
RGB
CMYK
RGB Variations
Color information
#303582 (or 0x303582) is known color: Torea Bay. HEX triplet: 30, 35 and 82. RGB value is (48,53,130). Sum of RGB (Red+Green+Blue) = 48+53+130=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #303582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303582 is #CFCA7D. Grayscale: #3B3B3B. Windows color (decimal): -13617790 or 8533296. OLE color: 8533296.
HSL color Cylindrical-coordinate representation of color #303582: hue angle of 236.34º 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 #303582 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 53 | 130 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.49 |
| HSL | 236.34º | 0.46% | 0.35% | - |
| HSV(B) | 236.34º | 0.63% | 0.51% | - |
| XYZ | 6.52 | 4.79 | 21.7 | - |
| YUV | 60.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 130 | 0.63 | 0.59 | 0 | 0.49 | 236.34 | 0.46 | 0.35 |
| Hex | 30 | 35 | 82 | 3F | 3B | 0 | 31 | EC | 2E | 23 |
| Octal | 60 | 65 | 202 | 77 | 73 | 0 | 61 | 354 | 56 | 43 |
| Binary | 110000 | 110101 | 10000010 | 111111 | 111011 | 0 | 110001 | 11101100 | 101110 | 100011 |
Color Harmonies of #303582
Complementary color
Monochromatic Colors of #303582
Black with #303582
Text Example
Text Example
White with #303582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303582; }
p { color: rgb(48,53,130); }
H1.HeaderClassName
{
color: #303582;
}
.AnyTagClassName
{
color: #303582;
}
</style>
background-color css
<style>
a { background-color: #303582; }
a { background-color: rgb(48,53,130); }
div.DivClassName
{
background-color: #303582;
}
.BgClassName
{
background-color: #303582;
}
</style>
border-color css
<style>
span { border-color: #303582; }
span { border-color: rgb(48,53,130); }
td.TdClassName
{
border-color: #303582;
}
.TagClassName
{
border-color: #303582;
}
</style>