Shades of Blue Whale #002F45
Tints of Blue Whale #002F45
RGB
CMYK
RGB Variations
Color information
#002F45 (or 0x002F45) is known color: Blue Whale. HEX triplet: 00, 2F and 45. RGB value is (0,47,69). Sum of RGB (Red+Green+Blue) = 0+47+69=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #002F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F45 is #FFD0BA. Grayscale: #232323. Windows color (decimal): -16765115 or 4534016. OLE color: 4534016.
HSL color Cylindrical-coordinate representation of color #002F45: hue angle of 199.13º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F45 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 47 | 69 | - |
| CMYK | 1 | 0.32 | 0 | 0.73 |
| HSL | 199.13º | 1% | 0.14% | - |
| HSV(B) | 199.13º | 1% | 0.27% | - |
| XYZ | 2.09 | 2.46 | 6 | - |
| YUV | 35.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 69 | 1 | 0.32 | 0 | 0.73 | 199.13 | 1 | 0.14 |
| Hex | 0 | 2F | 45 | 64 | 20 | 0 | 49 | C7 | 64 | E |
| Octal | 0 | 57 | 105 | 144 | 40 | 0 | 111 | 307 | 144 | 16 |
| Binary | 0 | 101111 | 1000101 | 1100100 | 100000 | 0 | 1001001 | 11000111 | 1100100 | 1110 |
Color Harmonies of #002F45
Complementary color
Monochromatic Colors of #002F45
Black with #002F45
Text Example
Text Example
White with #002F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F45; }
p { color: rgb(0,47,69); }
H1.HeaderClassName
{
color: #002F45;
}
.AnyTagClassName
{
color: #002F45;
}
</style>
background-color css
<style>
a { background-color: #002F45; }
a { background-color: rgb(0,47,69); }
div.DivClassName
{
background-color: #002F45;
}
.BgClassName
{
background-color: #002F45;
}
</style>
border-color css
<style>
span { border-color: #002F45; }
span { border-color: rgb(0,47,69); }
td.TdClassName
{
border-color: #002F45;
}
.TagClassName
{
border-color: #002F45;
}
</style>