Shades of Torea Bay #30317B
Tints of Torea Bay #30317B
RGB
CMYK
RGB Variations
Color information
#30317B (or 0x30317B) is known color: Torea Bay. HEX triplet: 30, 31 and 7B. RGB value is (48,49,123). Sum of RGB (Red+Green+Blue) = 48+49+123=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #30317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30317B is #CFCE84. Grayscale: #383838. Windows color (decimal): -13618821 or 8073520. OLE color: 8073520.
HSL color Cylindrical-coordinate representation of color #30317B: hue angle of 239.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30317B is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 49 | 123 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.52 |
| HSL | 239.2º | 0.44% | 0.34% | - |
| HSV(B) | 239.2º | 0.61% | 0.48% | - |
| XYZ | 5.89 | 4.26 | 19.25 | - |
| YUV | 57.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 123 | 0.61 | 0.60 | 0 | 0.52 | 239.2 | 0.44 | 0.34 |
| Hex | 30 | 31 | 7B | 3D | 3C | 0 | 34 | EF | 2C | 22 |
| Octal | 60 | 61 | 173 | 75 | 74 | 0 | 64 | 357 | 54 | 42 |
| Binary | 110000 | 110001 | 1111011 | 111101 | 111100 | 0 | 110100 | 11101111 | 101100 | 100010 |
Color Harmonies of #30317B
Complementary color
Monochromatic Colors of #30317B
Black with #30317B
Text Example
Text Example
White with #30317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30317B; }
p { color: rgb(48,49,123); }
H1.HeaderClassName
{
color: #30317B;
}
.AnyTagClassName
{
color: #30317B;
}
</style>
background-color css
<style>
a { background-color: #30317B; }
a { background-color: rgb(48,49,123); }
div.DivClassName
{
background-color: #30317B;
}
.BgClassName
{
background-color: #30317B;
}
</style>
border-color css
<style>
span { border-color: #30317B; }
span { border-color: rgb(48,49,123); }
td.TdClassName
{
border-color: #30317B;
}
.TagClassName
{
border-color: #30317B;
}
</style>