Shades of Torea Bay #303B84
Tints of Torea Bay #303B84
RGB
CMYK
RGB Variations
Color information
#303B84 (or 0x303B84) is known color: Torea Bay. HEX triplet: 30, 3B and 84. RGB value is (48,59,132). Sum of RGB (Red+Green+Blue) = 48+59+132=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #303B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B84 is #CFC47B. Grayscale: #3F3F3F. Windows color (decimal): -13616252 or 8665904. OLE color: 8665904.
HSL color Cylindrical-coordinate representation of color #303B84: hue angle of 232.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303B84 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 59 | 132 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.48 |
| HSL | 232.14º | 0.47% | 0.35% | - |
| HSV(B) | 232.14º | 0.64% | 0.52% | - |
| XYZ | 6.95 | 5.42 | 22.51 | - |
| YUV | 64.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 132 | 0.64 | 0.55 | 0 | 0.48 | 232.14 | 0.47 | 0.35 |
| Hex | 30 | 3B | 84 | 40 | 37 | 0 | 30 | E8 | 2F | 23 |
| Octal | 60 | 73 | 204 | 100 | 67 | 0 | 60 | 350 | 57 | 43 |
| Binary | 110000 | 111011 | 10000100 | 1000000 | 110111 | 0 | 110000 | 11101000 | 101111 | 100011 |
Color Harmonies of #303B84
Complementary color
Monochromatic Colors of #303B84
Black with #303B84
Text Example
Text Example
White with #303B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B84; }
p { color: rgb(48,59,132); }
H1.HeaderClassName
{
color: #303B84;
}
.AnyTagClassName
{
color: #303B84;
}
</style>
background-color css
<style>
a { background-color: #303B84; }
a { background-color: rgb(48,59,132); }
div.DivClassName
{
background-color: #303B84;
}
.BgClassName
{
background-color: #303B84;
}
</style>
border-color css
<style>
span { border-color: #303B84; }
span { border-color: rgb(48,59,132); }
td.TdClassName
{
border-color: #303B84;
}
.TagClassName
{
border-color: #303B84;
}
</style>