Shades of Blue Whale #033144
Tints of Blue Whale #033144
RGB
CMYK
RGB Variations
Color information
#033144 (or 0x033144) is known color: Blue Whale. HEX triplet: 03, 31 and 44. RGB value is (3,49,68). Sum of RGB (Red+Green+Blue) = 3+49+68=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #033144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033144 is #FCCEBB. Grayscale: #252525. Windows color (decimal): -16567996 or 4468995. OLE color: 4468995.
HSL color Cylindrical-coordinate representation of color #033144: hue angle of 197.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033144 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 49 | 68 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.73 |
| HSL | 197.54º | 0.92% | 0.14% | - |
| HSV(B) | 197.54º | 0.96% | 0.27% | - |
| XYZ | 2.18 | 2.63 | 5.86 | - |
| YUV | 37.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 68 | 0.96 | 0.28 | 0 | 0.73 | 197.54 | 0.92 | 0.14 |
| Hex | 3 | 31 | 44 | 60 | 1C | 0 | 49 | C6 | 5C | E |
| Octal | 3 | 61 | 104 | 140 | 34 | 0 | 111 | 306 | 134 | 16 |
| Binary | 11 | 110001 | 1000100 | 1100000 | 11100 | 0 | 1001001 | 11000110 | 1011100 | 1110 |
Color Harmonies of #033144
Complementary color
Monochromatic Colors of #033144
Black with #033144
Text Example
Text Example
White with #033144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033144; }
p { color: rgb(3,49,68); }
H1.HeaderClassName
{
color: #033144;
}
.AnyTagClassName
{
color: #033144;
}
</style>
background-color css
<style>
a { background-color: #033144; }
a { background-color: rgb(3,49,68); }
div.DivClassName
{
background-color: #033144;
}
.BgClassName
{
background-color: #033144;
}
</style>
border-color css
<style>
span { border-color: #033144; }
span { border-color: rgb(3,49,68); }
td.TdClassName
{
border-color: #033144;
}
.TagClassName
{
border-color: #033144;
}
</style>