Shades of Blue Whale #072D3C
Tints of Blue Whale #072D3C
RGB
CMYK
RGB Variations
Color information
#072D3C (or 0x072D3C) is known color: Blue Whale. HEX triplet: 07, 2D and 3C. RGB value is (7,45,60). Sum of RGB (Red+Green+Blue) = 7+45+60=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #072D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D3C is #F8D2C3. Grayscale: #232323. Windows color (decimal): -16306884 or 3943687. OLE color: 3943687.
HSL color Cylindrical-coordinate representation of color #072D3C: hue angle of 196.98º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072D3C is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 45 | 60 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.76 |
| HSL | 196.98º | 0.79% | 0.13% | - |
| HSV(B) | 196.98º | 0.88% | 0.24% | - |
| XYZ | 1.84 | 2.25 | 4.61 | - |
| YUV | 35.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 60 | 0.88 | 0.25 | 0 | 0.76 | 196.98 | 0.79 | 0.13 |
| Hex | 7 | 2D | 3C | 58 | 19 | 0 | 4C | C5 | 4F | D |
| Octal | 7 | 55 | 74 | 130 | 31 | 0 | 114 | 305 | 117 | 15 |
| Binary | 111 | 101101 | 111100 | 1011000 | 11001 | 0 | 1001100 | 11000101 | 1001111 | 1101 |
Color Harmonies of #072D3C
Complementary color
Monochromatic Colors of #072D3C
Black with #072D3C
Text Example
Text Example
White with #072D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D3C; }
p { color: rgb(7,45,60); }
H1.HeaderClassName
{
color: #072D3C;
}
.AnyTagClassName
{
color: #072D3C;
}
</style>
background-color css
<style>
a { background-color: #072D3C; }
a { background-color: rgb(7,45,60); }
div.DivClassName
{
background-color: #072D3C;
}
.BgClassName
{
background-color: #072D3C;
}
</style>
border-color css
<style>
span { border-color: #072D3C; }
span { border-color: rgb(7,45,60); }
td.TdClassName
{
border-color: #072D3C;
}
.TagClassName
{
border-color: #072D3C;
}
</style>