Shades of Torea Bay #303C84
Tints of Torea Bay #303C84
RGB
CMYK
RGB Variations
Color information
#303C84 (or 0x303C84) is known color: Torea Bay. HEX triplet: 30, 3C and 84. RGB value is (48,60,132). Sum of RGB (Red+Green+Blue) = 48+60+132=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #303C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C84 is #CFC37B. Grayscale: #404040. Windows color (decimal): -13615996 or 8666160. OLE color: 8666160.
HSL color Cylindrical-coordinate representation of color #303C84: hue angle of 231.43º 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 #303C84 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 60 | 132 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.48 |
| HSL | 231.43º | 0.47% | 0.35% | - |
| HSV(B) | 231.43º | 0.64% | 0.52% | - |
| XYZ | 7 | 5.53 | 22.53 | - |
| YUV | 64.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 132 | 0.64 | 0.55 | 0 | 0.48 | 231.43 | 0.47 | 0.35 |
| Hex | 30 | 3C | 84 | 40 | 37 | 0 | 30 | E7 | 2F | 23 |
| Octal | 60 | 74 | 204 | 100 | 67 | 0 | 60 | 347 | 57 | 43 |
| Binary | 110000 | 111100 | 10000100 | 1000000 | 110111 | 0 | 110000 | 11100111 | 101111 | 100011 |
Color Harmonies of #303C84
Complementary color
Monochromatic Colors of #303C84
Black with #303C84
Text Example
Text Example
White with #303C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C84; }
p { color: rgb(48,60,132); }
H1.HeaderClassName
{
color: #303C84;
}
.AnyTagClassName
{
color: #303C84;
}
</style>
background-color css
<style>
a { background-color: #303C84; }
a { background-color: rgb(48,60,132); }
div.DivClassName
{
background-color: #303C84;
}
.BgClassName
{
background-color: #303C84;
}
</style>
border-color css
<style>
span { border-color: #303C84; }
span { border-color: rgb(48,60,132); }
td.TdClassName
{
border-color: #303C84;
}
.TagClassName
{
border-color: #303C84;
}
</style>