Shades of Blue Whale #033143
Tints of Blue Whale #033143
RGB
CMYK
RGB Variations
Color information
#033143 (or 0x033143) is known color: Blue Whale. HEX triplet: 03, 31 and 43. RGB value is (3,49,67). Sum of RGB (Red+Green+Blue) = 3+49+67=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #033143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033143 is #FCCEBC. Grayscale: #252525. Windows color (decimal): -16567997 or 4403459. OLE color: 4403459.
HSL color Cylindrical-coordinate representation of color #033143: hue angle of 196.88º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033143 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 49 | 67 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.74 |
| HSL | 196.88º | 0.91% | 0.14% | - |
| HSV(B) | 196.88º | 0.96% | 0.26% | - |
| XYZ | 2.15 | 2.62 | 5.7 | - |
| YUV | 37.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 67 | 0.96 | 0.27 | 0 | 0.74 | 196.88 | 0.91 | 0.14 |
| Hex | 3 | 31 | 43 | 60 | 1B | 0 | 4A | C5 | 5B | E |
| Octal | 3 | 61 | 103 | 140 | 33 | 0 | 112 | 305 | 133 | 16 |
| Binary | 11 | 110001 | 1000011 | 1100000 | 11011 | 0 | 1001010 | 11000101 | 1011011 | 1110 |
Color Harmonies of #033143
Complementary color
Monochromatic Colors of #033143
Black with #033143
Text Example
Text Example
White with #033143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033143; }
p { color: rgb(3,49,67); }
H1.HeaderClassName
{
color: #033143;
}
.AnyTagClassName
{
color: #033143;
}
</style>
background-color css
<style>
a { background-color: #033143; }
a { background-color: rgb(3,49,67); }
div.DivClassName
{
background-color: #033143;
}
.BgClassName
{
background-color: #033143;
}
</style>
border-color css
<style>
span { border-color: #033143; }
span { border-color: rgb(3,49,67); }
td.TdClassName
{
border-color: #033143;
}
.TagClassName
{
border-color: #033143;
}
</style>