Shades of Blue Whale #07344A
Tints of Blue Whale #07344A
RGB
CMYK
RGB Variations
Color information
#07344A (or 0x07344A) is known color: Blue Whale. HEX triplet: 07, 34 and 4A. RGB value is (7,52,74). Sum of RGB (Red+Green+Blue) = 7+52+74=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #07344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07344A is #F8CBB5. Grayscale: #282828. Windows color (decimal): -16305078 or 4862983. OLE color: 4862983.
HSL color Cylindrical-coordinate representation of color #07344A: hue angle of 199.7º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07344A is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 52 | 74 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.71 |
| HSL | 199.7º | 0.83% | 0.16% | - |
| HSV(B) | 199.7º | 0.91% | 0.29% | - |
| XYZ | 2.55 | 3 | 6.92 | - |
| YUV | 41.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 74 | 0.91 | 0.30 | 0 | 0.71 | 199.7 | 0.83 | 0.16 |
| Hex | 7 | 34 | 4A | 5B | 1E | 0 | 47 | C8 | 53 | 10 |
| Octal | 7 | 64 | 112 | 133 | 36 | 0 | 107 | 310 | 123 | 20 |
| Binary | 111 | 110100 | 1001010 | 1011011 | 11110 | 0 | 1000111 | 11001000 | 1010011 | 10000 |
Color Harmonies of #07344A
Complementary color
Monochromatic Colors of #07344A
Black with #07344A
Text Example
Text Example
White with #07344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07344A; }
p { color: rgb(7,52,74); }
H1.HeaderClassName
{
color: #07344A;
}
.AnyTagClassName
{
color: #07344A;
}
</style>
background-color css
<style>
a { background-color: #07344A; }
a { background-color: rgb(7,52,74); }
div.DivClassName
{
background-color: #07344A;
}
.BgClassName
{
background-color: #07344A;
}
</style>
border-color css
<style>
span { border-color: #07344A; }
span { border-color: rgb(7,52,74); }
td.TdClassName
{
border-color: #07344A;
}
.TagClassName
{
border-color: #07344A;
}
</style>