Shades of Torea Bay #303C83
Tints of Torea Bay #303C83
RGB
CMYK
RGB Variations
Color information
#303C83 (or 0x303C83) is known color: Torea Bay. HEX triplet: 30, 3C and 83. RGB value is (48,60,131). Sum of RGB (Red+Green+Blue) = 48+60+131=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #303C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C83 is #CFC37C. Grayscale: #404040. Windows color (decimal): -13615997 or 8600624. OLE color: 8600624.
HSL color Cylindrical-coordinate representation of color #303C83: hue angle of 231.33º 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 #303C83 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 60 | 131 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.49 |
| HSL | 231.33º | 0.46% | 0.35% | - |
| HSV(B) | 231.33º | 0.63% | 0.51% | - |
| XYZ | 6.93 | 5.5 | 22.17 | - |
| YUV | 64.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 131 | 0.63 | 0.54 | 0 | 0.49 | 231.33 | 0.46 | 0.35 |
| Hex | 30 | 3C | 83 | 3F | 36 | 0 | 31 | E7 | 2E | 23 |
| Octal | 60 | 74 | 203 | 77 | 66 | 0 | 61 | 347 | 56 | 43 |
| Binary | 110000 | 111100 | 10000011 | 111111 | 110110 | 0 | 110001 | 11100111 | 101110 | 100011 |
Color Harmonies of #303C83
Complementary color
Monochromatic Colors of #303C83
Black with #303C83
Text Example
Text Example
White with #303C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C83; }
p { color: rgb(48,60,131); }
H1.HeaderClassName
{
color: #303C83;
}
.AnyTagClassName
{
color: #303C83;
}
</style>
background-color css
<style>
a { background-color: #303C83; }
a { background-color: rgb(48,60,131); }
div.DivClassName
{
background-color: #303C83;
}
.BgClassName
{
background-color: #303C83;
}
</style>
border-color css
<style>
span { border-color: #303C83; }
span { border-color: rgb(48,60,131); }
td.TdClassName
{
border-color: #303C83;
}
.TagClassName
{
border-color: #303C83;
}
</style>