Shades of Blue Whale #07344C
Tints of Blue Whale #07344C
RGB
CMYK
RGB Variations
Color information
#07344C (or 0x07344C) is known color: Blue Whale. HEX triplet: 07, 34 and 4C. RGB value is (7,52,76). Sum of RGB (Red+Green+Blue) = 7+52+76=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #07344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07344C is #F8CBB3. Grayscale: #292929. Windows color (decimal): -16305076 or 4994055. OLE color: 4994055.
HSL color Cylindrical-coordinate representation of color #07344C: hue angle of 200.87º 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 #07344C is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 52 | 76 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.70 |
| HSL | 200.87º | 0.83% | 0.16% | - |
| HSV(B) | 200.87º | 0.91% | 0.3% | - |
| XYZ | 2.62 | 3.02 | 7.28 | - |
| YUV | 41.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 76 | 0.91 | 0.32 | 0 | 0.70 | 200.87 | 0.83 | 0.16 |
| Hex | 7 | 34 | 4C | 5B | 20 | 0 | 46 | C9 | 53 | 10 |
| Octal | 7 | 64 | 114 | 133 | 40 | 0 | 106 | 311 | 123 | 20 |
| Binary | 111 | 110100 | 1001100 | 1011011 | 100000 | 0 | 1000110 | 11001001 | 1010011 | 10000 |
Color Harmonies of #07344C
Complementary color
Monochromatic Colors of #07344C
Black with #07344C
Text Example
Text Example
White with #07344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07344C; }
p { color: rgb(7,52,76); }
H1.HeaderClassName
{
color: #07344C;
}
.AnyTagClassName
{
color: #07344C;
}
</style>
background-color css
<style>
a { background-color: #07344C; }
a { background-color: rgb(7,52,76); }
div.DivClassName
{
background-color: #07344C;
}
.BgClassName
{
background-color: #07344C;
}
</style>
border-color css
<style>
span { border-color: #07344C; }
span { border-color: rgb(7,52,76); }
td.TdClassName
{
border-color: #07344C;
}
.TagClassName
{
border-color: #07344C;
}
</style>