Shades of Torea Bay #303882
Tints of Torea Bay #303882
RGB
CMYK
RGB Variations
Color information
#303882 (or 0x303882) is known color: Torea Bay. HEX triplet: 30, 38 and 82. RGB value is (48,56,130). Sum of RGB (Red+Green+Blue) = 48+56+130=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #303882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303882 is #CFC77D. Grayscale: #3D3D3D. Windows color (decimal): -13617022 or 8534064. OLE color: 8534064.
HSL color Cylindrical-coordinate representation of color #303882: hue angle of 234.15º 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 #303882 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 56 | 130 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.49 |
| HSL | 234.15º | 0.46% | 0.35% | - |
| HSV(B) | 234.15º | 0.63% | 0.51% | - |
| XYZ | 6.66 | 5.07 | 21.75 | - |
| YUV | 62.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 130 | 0.63 | 0.57 | 0 | 0.49 | 234.15 | 0.46 | 0.35 |
| Hex | 30 | 38 | 82 | 3F | 39 | 0 | 31 | EA | 2E | 23 |
| Octal | 60 | 70 | 202 | 77 | 71 | 0 | 61 | 352 | 56 | 43 |
| Binary | 110000 | 111000 | 10000010 | 111111 | 111001 | 0 | 110001 | 11101010 | 101110 | 100011 |
Color Harmonies of #303882
Complementary color
Monochromatic Colors of #303882
Black with #303882
Text Example
Text Example
White with #303882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303882; }
p { color: rgb(48,56,130); }
H1.HeaderClassName
{
color: #303882;
}
.AnyTagClassName
{
color: #303882;
}
</style>
background-color css
<style>
a { background-color: #303882; }
a { background-color: rgb(48,56,130); }
div.DivClassName
{
background-color: #303882;
}
.BgClassName
{
background-color: #303882;
}
</style>
border-color css
<style>
span { border-color: #303882; }
span { border-color: rgb(48,56,130); }
td.TdClassName
{
border-color: #303882;
}
.TagClassName
{
border-color: #303882;
}
</style>