Shades of Blue Whale #07354C
Tints of Blue Whale #07354C
RGB
CMYK
RGB Variations
Color information
#07354C (or 0x07354C) is known color: Blue Whale. HEX triplet: 07, 35 and 4C. RGB value is (7,53,76). Sum of RGB (Red+Green+Blue) = 7+53+76=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #07354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07354C is #F8CAB3. Grayscale: #292929. Windows color (decimal): -16304820 or 4994311. OLE color: 4994311.
HSL color Cylindrical-coordinate representation of color #07354C: hue angle of 200º 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 #07354C is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 53 | 76 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.70 |
| HSL | 200º | 0.83% | 0.16% | - |
| HSV(B) | 200º | 0.91% | 0.3% | - |
| XYZ | 2.67 | 3.11 | 7.3 | - |
| YUV | 41.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 76 | 0.91 | 0.30 | 0 | 0.70 | 200 | 0.83 | 0.16 |
| Hex | 7 | 35 | 4C | 5B | 1E | 0 | 46 | C8 | 53 | 10 |
| Octal | 7 | 65 | 114 | 133 | 36 | 0 | 106 | 310 | 123 | 20 |
| Binary | 111 | 110101 | 1001100 | 1011011 | 11110 | 0 | 1000110 | 11001000 | 1010011 | 10000 |
Color Harmonies of #07354C
Complementary color
Monochromatic Colors of #07354C
Black with #07354C
Text Example
Text Example
White with #07354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07354C; }
p { color: rgb(7,53,76); }
H1.HeaderClassName
{
color: #07354C;
}
.AnyTagClassName
{
color: #07354C;
}
</style>
background-color css
<style>
a { background-color: #07354C; }
a { background-color: rgb(7,53,76); }
div.DivClassName
{
background-color: #07354C;
}
.BgClassName
{
background-color: #07354C;
}
</style>
border-color css
<style>
span { border-color: #07354C; }
span { border-color: rgb(7,53,76); }
td.TdClassName
{
border-color: #07354C;
}
.TagClassName
{
border-color: #07354C;
}
</style>