Shades of Blue Whale #043448
Tints of Blue Whale #043448
RGB
CMYK
RGB Variations
Color information
#043448 (or 0x043448) is known color: Blue Whale. HEX triplet: 04, 34 and 48. RGB value is (4,52,72). Sum of RGB (Red+Green+Blue) = 4+52+72=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #043448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043448 is #FBCBB7. Grayscale: #272727. Windows color (decimal): -16501688 or 4731908. OLE color: 4731908.
HSL color Cylindrical-coordinate representation of color #043448: hue angle of 197.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043448 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 52 | 72 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.72 |
| HSL | 197.65º | 0.89% | 0.15% | - |
| HSV(B) | 197.65º | 0.94% | 0.28% | - |
| XYZ | 2.45 | 2.95 | 6.57 | - |
| YUV | 39.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 72 | 0.94 | 0.28 | 0 | 0.72 | 197.65 | 0.89 | 0.15 |
| Hex | 4 | 34 | 48 | 5E | 1C | 0 | 48 | C6 | 59 | F |
| Octal | 4 | 64 | 110 | 136 | 34 | 0 | 110 | 306 | 131 | 17 |
| Binary | 100 | 110100 | 1001000 | 1011110 | 11100 | 0 | 1001000 | 11000110 | 1011001 | 1111 |
Color Harmonies of #043448
Complementary color
Monochromatic Colors of #043448
Black with #043448
Text Example
Text Example
White with #043448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043448; }
p { color: rgb(4,52,72); }
H1.HeaderClassName
{
color: #043448;
}
.AnyTagClassName
{
color: #043448;
}
</style>
background-color css
<style>
a { background-color: #043448; }
a { background-color: rgb(4,52,72); }
div.DivClassName
{
background-color: #043448;
}
.BgClassName
{
background-color: #043448;
}
</style>
border-color css
<style>
span { border-color: #043448; }
span { border-color: rgb(4,52,72); }
td.TdClassName
{
border-color: #043448;
}
.TagClassName
{
border-color: #043448;
}
</style>