Shades of Blue Whale #043343
Tints of Blue Whale #043343
RGB
CMYK
RGB Variations
Color information
#043343 (or 0x043343) is known color: Blue Whale. HEX triplet: 04, 33 and 43. RGB value is (4,51,67). Sum of RGB (Red+Green+Blue) = 4+51+67=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #043343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043343 is #FBCCBC. Grayscale: #262626. Windows color (decimal): -16501949 or 4403972. OLE color: 4403972.
HSL color Cylindrical-coordinate representation of color #043343: hue angle of 195.24º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043343 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 51 | 67 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.74 |
| HSL | 195.24º | 0.89% | 0.14% | - |
| HSV(B) | 195.24º | 0.94% | 0.26% | - |
| XYZ | 2.25 | 2.8 | 5.73 | - |
| YUV | 38.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 67 | 0.94 | 0.24 | 0 | 0.74 | 195.24 | 0.89 | 0.14 |
| Hex | 4 | 33 | 43 | 5E | 18 | 0 | 4A | C3 | 59 | E |
| Octal | 4 | 63 | 103 | 136 | 30 | 0 | 112 | 303 | 131 | 16 |
| Binary | 100 | 110011 | 1000011 | 1011110 | 11000 | 0 | 1001010 | 11000011 | 1011001 | 1110 |
Color Harmonies of #043343
Complementary color
Monochromatic Colors of #043343
Black with #043343
Text Example
Text Example
White with #043343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043343; }
p { color: rgb(4,51,67); }
H1.HeaderClassName
{
color: #043343;
}
.AnyTagClassName
{
color: #043343;
}
</style>
background-color css
<style>
a { background-color: #043343; }
a { background-color: rgb(4,51,67); }
div.DivClassName
{
background-color: #043343;
}
.BgClassName
{
background-color: #043343;
}
</style>
border-color css
<style>
span { border-color: #043343; }
span { border-color: rgb(4,51,67); }
td.TdClassName
{
border-color: #043343;
}
.TagClassName
{
border-color: #043343;
}
</style>