Shades of Torea Bay #30397E
Tints of Torea Bay #30397E
RGB
CMYK
RGB Variations
Color information
#30397E (or 0x30397E) is known color: Torea Bay. HEX triplet: 30, 39 and 7E. RGB value is (48,57,126). Sum of RGB (Red+Green+Blue) = 48+57+126=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #30397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30397E is #CFC681. Grayscale: #3D3D3D. Windows color (decimal): -13616770 or 8272176. OLE color: 8272176.
HSL color Cylindrical-coordinate representation of color #30397E: hue angle of 233.08º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30397E is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 57 | 126 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.51 |
| HSL | 233.08º | 0.45% | 0.34% | - |
| HSV(B) | 233.08º | 0.62% | 0.49% | - |
| XYZ | 6.45 | 5.06 | 20.38 | - |
| YUV | 62.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 126 | 0.62 | 0.55 | 0 | 0.51 | 233.08 | 0.45 | 0.34 |
| Hex | 30 | 39 | 7E | 3E | 37 | 0 | 33 | E9 | 2D | 22 |
| Octal | 60 | 71 | 176 | 76 | 67 | 0 | 63 | 351 | 55 | 42 |
| Binary | 110000 | 111001 | 1111110 | 111110 | 110111 | 0 | 110011 | 11101001 | 101101 | 100010 |
Color Harmonies of #30397E
Complementary color
Monochromatic Colors of #30397E
Black with #30397E
Text Example
Text Example
White with #30397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30397E; }
p { color: rgb(48,57,126); }
H1.HeaderClassName
{
color: #30397E;
}
.AnyTagClassName
{
color: #30397E;
}
</style>
background-color css
<style>
a { background-color: #30397E; }
a { background-color: rgb(48,57,126); }
div.DivClassName
{
background-color: #30397E;
}
.BgClassName
{
background-color: #30397E;
}
</style>
border-color css
<style>
span { border-color: #30397E; }
span { border-color: rgb(48,57,126); }
td.TdClassName
{
border-color: #30397E;
}
.TagClassName
{
border-color: #30397E;
}
</style>