Shades of Torea Bay #303C85
Tints of Torea Bay #303C85
RGB
CMYK
RGB Variations
Color information
#303C85 (or 0x303C85) is known color: Torea Bay. HEX triplet: 30, 3C and 85. RGB value is (48,60,133). Sum of RGB (Red+Green+Blue) = 48+60+133=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #303C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C85 is #CFC37A. Grayscale: #404040. Windows color (decimal): -13615995 or 8731696. OLE color: 8731696.
HSL color Cylindrical-coordinate representation of color #303C85: hue angle of 231.53º 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 #303C85 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 60 | 133 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.48 |
| HSL | 231.53º | 0.47% | 0.35% | - |
| HSV(B) | 231.53º | 0.64% | 0.52% | - |
| XYZ | 7.07 | 5.55 | 22.89 | - |
| YUV | 64.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 133 | 0.64 | 0.55 | 0 | 0.48 | 231.53 | 0.47 | 0.35 |
| Hex | 30 | 3C | 85 | 40 | 37 | 0 | 30 | E8 | 2F | 23 |
| Octal | 60 | 74 | 205 | 100 | 67 | 0 | 60 | 350 | 57 | 43 |
| Binary | 110000 | 111100 | 10000101 | 1000000 | 110111 | 0 | 110000 | 11101000 | 101111 | 100011 |
Color Harmonies of #303C85
Complementary color
Monochromatic Colors of #303C85
Black with #303C85
Text Example
Text Example
White with #303C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C85; }
p { color: rgb(48,60,133); }
H1.HeaderClassName
{
color: #303C85;
}
.AnyTagClassName
{
color: #303C85;
}
</style>
background-color css
<style>
a { background-color: #303C85; }
a { background-color: rgb(48,60,133); }
div.DivClassName
{
background-color: #303C85;
}
.BgClassName
{
background-color: #303C85;
}
</style>
border-color css
<style>
span { border-color: #303C85; }
span { border-color: rgb(48,60,133); }
td.TdClassName
{
border-color: #303C85;
}
.TagClassName
{
border-color: #303C85;
}
</style>