Shades of Blue Whale #04334C
Tints of Blue Whale #04334C
RGB
CMYK
RGB Variations
Color information
#04334C (or 0x04334C) is known color: Blue Whale. HEX triplet: 04, 33 and 4C. RGB value is (4,51,76). Sum of RGB (Red+Green+Blue) = 4+51+76=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #04334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04334C is #FBCCB3. Grayscale: #272727. Windows color (decimal): -16501940 or 4993796. OLE color: 4993796.
HSL color Cylindrical-coordinate representation of color #04334C: hue angle of 200.83º 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 #04334C is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 51 | 76 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.70 |
| HSL | 200.83º | 0.9% | 0.16% | - |
| HSV(B) | 200.83º | 0.95% | 0.3% | - |
| XYZ | 2.54 | 2.92 | 7.27 | - |
| YUV | 39.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 76 | 0.95 | 0.33 | 0 | 0.70 | 200.83 | 0.9 | 0.16 |
| Hex | 4 | 33 | 4C | 5F | 21 | 0 | 46 | C9 | 5A | 10 |
| Octal | 4 | 63 | 114 | 137 | 41 | 0 | 106 | 311 | 132 | 20 |
| Binary | 100 | 110011 | 1001100 | 1011111 | 100001 | 0 | 1000110 | 11001001 | 1011010 | 10000 |
Color Harmonies of #04334C
Complementary color
Monochromatic Colors of #04334C
Black with #04334C
Text Example
Text Example
White with #04334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04334C; }
p { color: rgb(4,51,76); }
H1.HeaderClassName
{
color: #04334C;
}
.AnyTagClassName
{
color: #04334C;
}
</style>
background-color css
<style>
a { background-color: #04334C; }
a { background-color: rgb(4,51,76); }
div.DivClassName
{
background-color: #04334C;
}
.BgClassName
{
background-color: #04334C;
}
</style>
border-color css
<style>
span { border-color: #04334C; }
span { border-color: rgb(4,51,76); }
td.TdClassName
{
border-color: #04334C;
}
.TagClassName
{
border-color: #04334C;
}
</style>