Shades of Blue Whale #043243
Tints of Blue Whale #043243
RGB
CMYK
RGB Variations
Color information
#043243 (or 0x043243) is known color: Blue Whale. HEX triplet: 04, 32 and 43. RGB value is (4,50,67). Sum of RGB (Red+Green+Blue) = 4+50+67=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #043243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043243 is #FBCDBC. Grayscale: #262626. Windows color (decimal): -16502205 or 4403716. OLE color: 4403716.
HSL color Cylindrical-coordinate representation of color #043243: hue angle of 196.19º 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 #043243 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 50 | 67 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.74 |
| HSL | 196.19º | 0.89% | 0.14% | - |
| HSV(B) | 196.19º | 0.94% | 0.26% | - |
| XYZ | 2.2 | 2.71 | 5.72 | - |
| YUV | 38.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 67 | 0.94 | 0.25 | 0 | 0.74 | 196.19 | 0.89 | 0.14 |
| Hex | 4 | 32 | 43 | 5E | 19 | 0 | 4A | C4 | 59 | E |
| Octal | 4 | 62 | 103 | 136 | 31 | 0 | 112 | 304 | 131 | 16 |
| Binary | 100 | 110010 | 1000011 | 1011110 | 11001 | 0 | 1001010 | 11000100 | 1011001 | 1110 |
Color Harmonies of #043243
Complementary color
Monochromatic Colors of #043243
Black with #043243
Text Example
Text Example
White with #043243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043243; }
p { color: rgb(4,50,67); }
H1.HeaderClassName
{
color: #043243;
}
.AnyTagClassName
{
color: #043243;
}
</style>
background-color css
<style>
a { background-color: #043243; }
a { background-color: rgb(4,50,67); }
div.DivClassName
{
background-color: #043243;
}
.BgClassName
{
background-color: #043243;
}
</style>
border-color css
<style>
span { border-color: #043243; }
span { border-color: rgb(4,50,67); }
td.TdClassName
{
border-color: #043243;
}
.TagClassName
{
border-color: #043243;
}
</style>