Shades of Blue Whale #07344B
Tints of Blue Whale #07344B
RGB
CMYK
RGB Variations
Color information
#07344B (or 0x07344B) is known color: Blue Whale. HEX triplet: 07, 34 and 4B. RGB value is (7,52,75). Sum of RGB (Red+Green+Blue) = 7+52+75=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #07344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07344B is #F8CBB4. Grayscale: #292929. Windows color (decimal): -16305077 or 4928519. OLE color: 4928519.
HSL color Cylindrical-coordinate representation of color #07344B: hue angle of 200.29º 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 #07344B is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 52 | 75 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.71 |
| HSL | 200.29º | 0.83% | 0.16% | - |
| HSV(B) | 200.29º | 0.91% | 0.29% | - |
| XYZ | 2.59 | 3.01 | 7.1 | - |
| YUV | 41.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 75 | 0.91 | 0.31 | 0 | 0.71 | 200.29 | 0.83 | 0.16 |
| Hex | 7 | 34 | 4B | 5B | 1F | 0 | 47 | C8 | 53 | 10 |
| Octal | 7 | 64 | 113 | 133 | 37 | 0 | 107 | 310 | 123 | 20 |
| Binary | 111 | 110100 | 1001011 | 1011011 | 11111 | 0 | 1000111 | 11001000 | 1010011 | 10000 |
Color Harmonies of #07344B
Complementary color
Monochromatic Colors of #07344B
Black with #07344B
Text Example
Text Example
White with #07344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07344B; }
p { color: rgb(7,52,75); }
H1.HeaderClassName
{
color: #07344B;
}
.AnyTagClassName
{
color: #07344B;
}
</style>
background-color css
<style>
a { background-color: #07344B; }
a { background-color: rgb(7,52,75); }
div.DivClassName
{
background-color: #07344B;
}
.BgClassName
{
background-color: #07344B;
}
</style>
border-color css
<style>
span { border-color: #07344B; }
span { border-color: rgb(7,52,75); }
td.TdClassName
{
border-color: #07344B;
}
.TagClassName
{
border-color: #07344B;
}
</style>