Shades of Blue Whale #04344D
Tints of Blue Whale #04344D
RGB
CMYK
RGB Variations
Color information
#04344D (or 0x04344D) is known color: Blue Whale. HEX triplet: 04, 34 and 4D. RGB value is (4,52,77). Sum of RGB (Red+Green+Blue) = 4+52+77=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #04344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04344D is #FBCBB2. Grayscale: #282828. Windows color (decimal): -16501683 or 5059588. OLE color: 5059588.
HSL color Cylindrical-coordinate representation of color #04344D: hue angle of 200.55º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04344D is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 52 | 77 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.70 |
| HSL | 200.55º | 0.9% | 0.16% | - |
| HSV(B) | 200.55º | 0.95% | 0.3% | - |
| XYZ | 2.62 | 3.02 | 7.47 | - |
| YUV | 40.5 | 148.6 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 77 | 0.95 | 0.32 | 0 | 0.70 | 200.55 | 0.9 | 0.16 |
| Hex | 4 | 34 | 4D | 5F | 20 | 0 | 46 | C9 | 5A | 10 |
| Octal | 4 | 64 | 115 | 137 | 40 | 0 | 106 | 311 | 132 | 20 |
| Binary | 100 | 110100 | 1001101 | 1011111 | 100000 | 0 | 1000110 | 11001001 | 1011010 | 10000 |
Color Harmonies of #04344D
Complementary color
Monochromatic Colors of #04344D
Black with #04344D
Text Example
Text Example
White with #04344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04344D; }
p { color: rgb(4,52,77); }
H1.HeaderClassName
{
color: #04344D;
}
.AnyTagClassName
{
color: #04344D;
}
</style>
background-color css
<style>
a { background-color: #04344D; }
a { background-color: rgb(4,52,77); }
div.DivClassName
{
background-color: #04344D;
}
.BgClassName
{
background-color: #04344D;
}
</style>
border-color css
<style>
span { border-color: #04344D; }
span { border-color: rgb(4,52,77); }
td.TdClassName
{
border-color: #04344D;
}
.TagClassName
{
border-color: #04344D;
}
</style>