Shades of Torea Bay #303C82
Tints of Torea Bay #303C82
RGB
CMYK
RGB Variations
Color information
#303C82 (or 0x303C82) is known color: Torea Bay. HEX triplet: 30, 3C and 82. RGB value is (48,60,130). Sum of RGB (Red+Green+Blue) = 48+60+130=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #303C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C82 is #CFC37D. Grayscale: #404040. Windows color (decimal): -13615998 or 8535088. OLE color: 8535088.
HSL color Cylindrical-coordinate representation of color #303C82: hue angle of 231.22º 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 #303C82 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 60 | 130 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.49 |
| HSL | 231.22º | 0.46% | 0.35% | - |
| HSV(B) | 231.22º | 0.63% | 0.51% | - |
| XYZ | 6.86 | 5.47 | 21.81 | - |
| YUV | 64.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 130 | 0.63 | 0.54 | 0 | 0.49 | 231.22 | 0.46 | 0.35 |
| Hex | 30 | 3C | 82 | 3F | 36 | 0 | 31 | E7 | 2E | 23 |
| Octal | 60 | 74 | 202 | 77 | 66 | 0 | 61 | 347 | 56 | 43 |
| Binary | 110000 | 111100 | 10000010 | 111111 | 110110 | 0 | 110001 | 11100111 | 101110 | 100011 |
Color Harmonies of #303C82
Complementary color
Monochromatic Colors of #303C82
Black with #303C82
Text Example
Text Example
White with #303C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C82; }
p { color: rgb(48,60,130); }
H1.HeaderClassName
{
color: #303C82;
}
.AnyTagClassName
{
color: #303C82;
}
</style>
background-color css
<style>
a { background-color: #303C82; }
a { background-color: rgb(48,60,130); }
div.DivClassName
{
background-color: #303C82;
}
.BgClassName
{
background-color: #303C82;
}
</style>
border-color css
<style>
span { border-color: #303C82; }
span { border-color: rgb(48,60,130); }
td.TdClassName
{
border-color: #303C82;
}
.TagClassName
{
border-color: #303C82;
}
</style>