Shades of Torea Bay #303781
Tints of Torea Bay #303781
RGB
CMYK
RGB Variations
Color information
#303781 (or 0x303781) is known color: Torea Bay. HEX triplet: 30, 37 and 81. RGB value is (48,55,129). Sum of RGB (Red+Green+Blue) = 48+55+129=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #303781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303781 is #CFC87E. Grayscale: #3D3D3D. Windows color (decimal): -13617279 or 8468272. OLE color: 8468272.
HSL color Cylindrical-coordinate representation of color #303781: hue angle of 234.81º 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 #303781 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 55 | 129 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.49 |
| HSL | 234.81º | 0.46% | 0.35% | - |
| HSV(B) | 234.81º | 0.63% | 0.51% | - |
| XYZ | 6.55 | 4.95 | 21.38 | - |
| YUV | 61.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 129 | 0.63 | 0.57 | 0 | 0.49 | 234.81 | 0.46 | 0.35 |
| Hex | 30 | 37 | 81 | 3F | 39 | 0 | 31 | EB | 2E | 23 |
| Octal | 60 | 67 | 201 | 77 | 71 | 0 | 61 | 353 | 56 | 43 |
| Binary | 110000 | 110111 | 10000001 | 111111 | 111001 | 0 | 110001 | 11101011 | 101110 | 100011 |
Color Harmonies of #303781
Complementary color
Monochromatic Colors of #303781
Black with #303781
Text Example
Text Example
White with #303781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303781; }
p { color: rgb(48,55,129); }
H1.HeaderClassName
{
color: #303781;
}
.AnyTagClassName
{
color: #303781;
}
</style>
background-color css
<style>
a { background-color: #303781; }
a { background-color: rgb(48,55,129); }
div.DivClassName
{
background-color: #303781;
}
.BgClassName
{
background-color: #303781;
}
</style>
border-color css
<style>
span { border-color: #303781; }
span { border-color: rgb(48,55,129); }
td.TdClassName
{
border-color: #303781;
}
.TagClassName
{
border-color: #303781;
}
</style>