Shades of Blue Whale #073646
Tints of Blue Whale #073646
RGB
CMYK
RGB Variations
Color information
#073646 (or 0x073646) is known color: Blue Whale. HEX triplet: 07, 36 and 46. RGB value is (7,54,70). Sum of RGB (Red+Green+Blue) = 7+54+70=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #073646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073646 is #F8C9B9. Grayscale: #292929. Windows color (decimal): -16304570 or 4601351. OLE color: 4601351.
HSL color Cylindrical-coordinate representation of color #073646: hue angle of 195.24º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073646 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 54 | 70 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.73 |
| HSL | 195.24º | 0.82% | 0.15% | - |
| HSV(B) | 195.24º | 0.9% | 0.27% | - |
| XYZ | 2.51 | 3.13 | 6.27 | - |
| YUV | 41.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 70 | 0.90 | 0.23 | 0 | 0.73 | 195.24 | 0.82 | 0.15 |
| Hex | 7 | 36 | 46 | 5A | 17 | 0 | 49 | C3 | 52 | F |
| Octal | 7 | 66 | 106 | 132 | 27 | 0 | 111 | 303 | 122 | 17 |
| Binary | 111 | 110110 | 1000110 | 1011010 | 10111 | 0 | 1001001 | 11000011 | 1010010 | 1111 |
Color Harmonies of #073646
Complementary color
Monochromatic Colors of #073646
Black with #073646
Text Example
Text Example
White with #073646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073646; }
p { color: rgb(7,54,70); }
H1.HeaderClassName
{
color: #073646;
}
.AnyTagClassName
{
color: #073646;
}
</style>
background-color css
<style>
a { background-color: #073646; }
a { background-color: rgb(7,54,70); }
div.DivClassName
{
background-color: #073646;
}
.BgClassName
{
background-color: #073646;
}
</style>
border-color css
<style>
span { border-color: #073646; }
span { border-color: rgb(7,54,70); }
td.TdClassName
{
border-color: #073646;
}
.TagClassName
{
border-color: #073646;
}
</style>