Shades of Blue Whale #07304C
Tints of Blue Whale #07304C
RGB
CMYK
RGB Variations
Color information
#07304C (or 0x07304C) is known color: Blue Whale. HEX triplet: 07, 30 and 4C. RGB value is (7,48,76). Sum of RGB (Red+Green+Blue) = 7+48+76=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #07304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07304C is #F8CFB3. Grayscale: #262626. Windows color (decimal): -16306100 or 4993031. OLE color: 4993031.
HSL color Cylindrical-coordinate representation of color #07304C: hue angle of 204.35º 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 #07304C is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 48 | 76 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.70 |
| HSL | 204.35º | 0.83% | 0.16% | - |
| HSV(B) | 204.35º | 0.91% | 0.3% | - |
| XYZ | 2.45 | 2.68 | 7.23 | - |
| YUV | 38.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 76 | 0.91 | 0.37 | 0 | 0.70 | 204.35 | 0.83 | 0.16 |
| Hex | 7 | 30 | 4C | 5B | 25 | 0 | 46 | CC | 53 | 10 |
| Octal | 7 | 60 | 114 | 133 | 45 | 0 | 106 | 314 | 123 | 20 |
| Binary | 111 | 110000 | 1001100 | 1011011 | 100101 | 0 | 1000110 | 11001100 | 1010011 | 10000 |
Color Harmonies of #07304C
Complementary color
Monochromatic Colors of #07304C
Black with #07304C
Text Example
Text Example
White with #07304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07304C; }
p { color: rgb(7,48,76); }
H1.HeaderClassName
{
color: #07304C;
}
.AnyTagClassName
{
color: #07304C;
}
</style>
background-color css
<style>
a { background-color: #07304C; }
a { background-color: rgb(7,48,76); }
div.DivClassName
{
background-color: #07304C;
}
.BgClassName
{
background-color: #07304C;
}
</style>
border-color css
<style>
span { border-color: #07304C; }
span { border-color: rgb(7,48,76); }
td.TdClassName
{
border-color: #07304C;
}
.TagClassName
{
border-color: #07304C;
}
</style>