Shades of Blue Whale #033140
Tints of Blue Whale #033140
RGB
CMYK
RGB Variations
Color information
#033140 (or 0x033140) is known color: Blue Whale. HEX triplet: 03, 31 and 40. RGB value is (3,49,64). Sum of RGB (Red+Green+Blue) = 3+49+64=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #033140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033140 is #FCCEBF. Grayscale: #242424. Windows color (decimal): -16568000 or 4206851. OLE color: 4206851.
HSL color Cylindrical-coordinate representation of color #033140: hue angle of 194.75º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033140 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 49 | 64 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.75 |
| HSL | 194.75º | 0.91% | 0.13% | - |
| HSV(B) | 194.75º | 0.95% | 0.25% | - |
| XYZ | 2.06 | 2.59 | 5.24 | - |
| YUV | 36.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 64 | 0.95 | 0.23 | 0 | 0.75 | 194.75 | 0.91 | 0.13 |
| Hex | 3 | 31 | 40 | 5F | 17 | 0 | 4B | C3 | 5B | D |
| Octal | 3 | 61 | 100 | 137 | 27 | 0 | 113 | 303 | 133 | 15 |
| Binary | 11 | 110001 | 1000000 | 1011111 | 10111 | 0 | 1001011 | 11000011 | 1011011 | 1101 |
Color Harmonies of #033140
Complementary color
Monochromatic Colors of #033140
Black with #033140
Text Example
Text Example
White with #033140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033140; }
p { color: rgb(3,49,64); }
H1.HeaderClassName
{
color: #033140;
}
.AnyTagClassName
{
color: #033140;
}
</style>
background-color css
<style>
a { background-color: #033140; }
a { background-color: rgb(3,49,64); }
div.DivClassName
{
background-color: #033140;
}
.BgClassName
{
background-color: #033140;
}
</style>
border-color css
<style>
span { border-color: #033140; }
span { border-color: rgb(3,49,64); }
td.TdClassName
{
border-color: #033140;
}
.TagClassName
{
border-color: #033140;
}
</style>