Shades of Blue Whale #002F41
Tints of Blue Whale #002F41
RGB
CMYK
RGB Variations
Color information
#002F41 (or 0x002F41) is known color: Blue Whale. HEX triplet: 00, 2F and 41. RGB value is (0,47,65). Sum of RGB (Red+Green+Blue) = 0+47+65=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #002F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F41 is #FFD0BE. Grayscale: #222222. Windows color (decimal): -16765119 or 4271872. OLE color: 4271872.
HSL color Cylindrical-coordinate representation of color #002F41: hue angle of 196.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F41 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 47 | 65 | - |
| CMYK | 1 | 0.28 | 0 | 0.75 |
| HSL | 196.62º | 1% | 0.13% | - |
| HSV(B) | 196.62º | 1% | 0.25% | - |
| XYZ | 1.97 | 2.41 | 5.36 | - |
| YUV | 35 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 65 | 1 | 0.28 | 0 | 0.75 | 196.62 | 1 | 0.13 |
| Hex | 0 | 2F | 41 | 64 | 1C | 0 | 4B | C5 | 64 | D |
| Octal | 0 | 57 | 101 | 144 | 34 | 0 | 113 | 305 | 144 | 15 |
| Binary | 0 | 101111 | 1000001 | 1100100 | 11100 | 0 | 1001011 | 11000101 | 1100100 | 1101 |
Color Harmonies of #002F41
Complementary color
Monochromatic Colors of #002F41
Black with #002F41
Text Example
Text Example
White with #002F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F41; }
p { color: rgb(0,47,65); }
H1.HeaderClassName
{
color: #002F41;
}
.AnyTagClassName
{
color: #002F41;
}
</style>
background-color css
<style>
a { background-color: #002F41; }
a { background-color: rgb(0,47,65); }
div.DivClassName
{
background-color: #002F41;
}
.BgClassName
{
background-color: #002F41;
}
</style>
border-color css
<style>
span { border-color: #002F41; }
span { border-color: rgb(0,47,65); }
td.TdClassName
{
border-color: #002F41;
}
.TagClassName
{
border-color: #002F41;
}
</style>