Shades of Blue Whale #002C46
Tints of Blue Whale #002C46
RGB
CMYK
RGB Variations
Color information
#002C46 (or 0x002C46) is known color: Blue Whale. HEX triplet: 00, 2C and 46. RGB value is (0,44,70). Sum of RGB (Red+Green+Blue) = 0+44+70=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #002C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C46 is #FFD3B9. Grayscale: #212121. Windows color (decimal): -16765882 or 4598784. OLE color: 4598784.
HSL color Cylindrical-coordinate representation of color #002C46: hue angle of 202.29º 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 #002C46 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 44 | 70 | - |
| CMYK | 1 | 0.37 | 0 | 0.73 |
| HSL | 202.29º | 1% | 0.14% | - |
| HSV(B) | 202.29º | 1% | 0.27% | - |
| XYZ | 2.01 | 2.24 | 6.12 | - |
| YUV | 33.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 70 | 1 | 0.37 | 0 | 0.73 | 202.29 | 1 | 0.14 |
| Hex | 0 | 2C | 46 | 64 | 25 | 0 | 49 | CA | 64 | E |
| Octal | 0 | 54 | 106 | 144 | 45 | 0 | 111 | 312 | 144 | 16 |
| Binary | 0 | 101100 | 1000110 | 1100100 | 100101 | 0 | 1001001 | 11001010 | 1100100 | 1110 |
Color Harmonies of #002C46
Complementary color
Monochromatic Colors of #002C46
Black with #002C46
Text Example
Text Example
White with #002C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C46; }
p { color: rgb(0,44,70); }
H1.HeaderClassName
{
color: #002C46;
}
.AnyTagClassName
{
color: #002C46;
}
</style>
background-color css
<style>
a { background-color: #002C46; }
a { background-color: rgb(0,44,70); }
div.DivClassName
{
background-color: #002C46;
}
.BgClassName
{
background-color: #002C46;
}
</style>
border-color css
<style>
span { border-color: #002C46; }
span { border-color: rgb(0,44,70); }
td.TdClassName
{
border-color: #002C46;
}
.TagClassName
{
border-color: #002C46;
}
</style>