Shades of Blue Whale #07334D
Tints of Blue Whale #07334D
RGB
CMYK
RGB Variations
Color information
#07334D (or 0x07334D) is known color: Blue Whale. HEX triplet: 07, 33 and 4D. RGB value is (7,51,77). Sum of RGB (Red+Green+Blue) = 7+51+77=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #07334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07334D is #F8CCB2. Grayscale: #282828. Windows color (decimal): -16305331 or 5059335. OLE color: 5059335.
HSL color Cylindrical-coordinate representation of color #07334D: hue angle of 202.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07334D is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 51 | 77 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.70 |
| HSL | 202.29º | 0.83% | 0.16% | - |
| HSV(B) | 202.29º | 0.91% | 0.3% | - |
| XYZ | 2.61 | 2.95 | 7.45 | - |
| YUV | 40.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 77 | 0.91 | 0.34 | 0 | 0.70 | 202.29 | 0.83 | 0.16 |
| Hex | 7 | 33 | 4D | 5B | 22 | 0 | 46 | CA | 53 | 10 |
| Octal | 7 | 63 | 115 | 133 | 42 | 0 | 106 | 312 | 123 | 20 |
| Binary | 111 | 110011 | 1001101 | 1011011 | 100010 | 0 | 1000110 | 11001010 | 1010011 | 10000 |
Color Harmonies of #07334D
Complementary color
Monochromatic Colors of #07334D
Black with #07334D
Text Example
Text Example
White with #07334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07334D; }
p { color: rgb(7,51,77); }
H1.HeaderClassName
{
color: #07334D;
}
.AnyTagClassName
{
color: #07334D;
}
</style>
background-color css
<style>
a { background-color: #07334D; }
a { background-color: rgb(7,51,77); }
div.DivClassName
{
background-color: #07334D;
}
.BgClassName
{
background-color: #07334D;
}
</style>
border-color css
<style>
span { border-color: #07334D; }
span { border-color: rgb(7,51,77); }
td.TdClassName
{
border-color: #07334D;
}
.TagClassName
{
border-color: #07334D;
}
</style>