Shades of Blue Whale #07304B
Tints of Blue Whale #07304B
RGB
CMYK
RGB Variations
Color information
#07304B (or 0x07304B) is known color: Blue Whale. HEX triplet: 07, 30 and 4B. RGB value is (7,48,75). Sum of RGB (Red+Green+Blue) = 7+48+75=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #07304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07304B is #F8CFB4. Grayscale: #262626. Windows color (decimal): -16306101 or 4927495. OLE color: 4927495.
HSL color Cylindrical-coordinate representation of color #07304B: hue angle of 203.82º 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 #07304B is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 48 | 75 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.71 |
| HSL | 203.82º | 0.83% | 0.16% | - |
| HSV(B) | 203.82º | 0.91% | 0.29% | - |
| XYZ | 2.41 | 2.67 | 7.04 | - |
| YUV | 38.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 75 | 0.91 | 0.36 | 0 | 0.71 | 203.82 | 0.83 | 0.16 |
| Hex | 7 | 30 | 4B | 5B | 24 | 0 | 47 | CC | 53 | 10 |
| Octal | 7 | 60 | 113 | 133 | 44 | 0 | 107 | 314 | 123 | 20 |
| Binary | 111 | 110000 | 1001011 | 1011011 | 100100 | 0 | 1000111 | 11001100 | 1010011 | 10000 |
Color Harmonies of #07304B
Complementary color
Monochromatic Colors of #07304B
Black with #07304B
Text Example
Text Example
White with #07304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07304B; }
p { color: rgb(7,48,75); }
H1.HeaderClassName
{
color: #07304B;
}
.AnyTagClassName
{
color: #07304B;
}
</style>
background-color css
<style>
a { background-color: #07304B; }
a { background-color: rgb(7,48,75); }
div.DivClassName
{
background-color: #07304B;
}
.BgClassName
{
background-color: #07304B;
}
</style>
border-color css
<style>
span { border-color: #07304B; }
span { border-color: rgb(7,48,75); }
td.TdClassName
{
border-color: #07304B;
}
.TagClassName
{
border-color: #07304B;
}
</style>