Shades of Blue Whale #07384E
Tints of Blue Whale #07384E
RGB
CMYK
RGB Variations
Color information
#07384E (or 0x07384E) is known color: Blue Whale. HEX triplet: 07, 38 and 4E. RGB value is (7,56,78). Sum of RGB (Red+Green+Blue) = 7+56+78=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #07384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07384E is #F8C7B1. Grayscale: #2B2B2B. Windows color (decimal): -16304050 or 5126151. OLE color: 5126151.
HSL color Cylindrical-coordinate representation of color #07384E: hue angle of 198.59º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07384E is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 56 | 78 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.69 |
| HSL | 198.59º | 0.84% | 0.17% | - |
| HSV(B) | 198.59º | 0.91% | 0.31% | - |
| XYZ | 2.88 | 3.42 | 7.72 | - |
| YUV | 43.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 78 | 0.91 | 0.28 | 0 | 0.69 | 198.59 | 0.84 | 0.17 |
| Hex | 7 | 38 | 4E | 5B | 1C | 0 | 45 | C7 | 54 | 11 |
| Octal | 7 | 70 | 116 | 133 | 34 | 0 | 105 | 307 | 124 | 21 |
| Binary | 111 | 111000 | 1001110 | 1011011 | 11100 | 0 | 1000101 | 11000111 | 1010100 | 10001 |
Color Harmonies of #07384E
Complementary color
Monochromatic Colors of #07384E
Black with #07384E
Text Example
Text Example
White with #07384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07384E; }
p { color: rgb(7,56,78); }
H1.HeaderClassName
{
color: #07384E;
}
.AnyTagClassName
{
color: #07384E;
}
</style>
background-color css
<style>
a { background-color: #07384E; }
a { background-color: rgb(7,56,78); }
div.DivClassName
{
background-color: #07384E;
}
.BgClassName
{
background-color: #07384E;
}
</style>
border-color css
<style>
span { border-color: #07384E; }
span { border-color: rgb(7,56,78); }
td.TdClassName
{
border-color: #07384E;
}
.TagClassName
{
border-color: #07384E;
}
</style>