Shades of Blue Whale #002C42
Tints of Blue Whale #002C42
RGB
CMYK
RGB Variations
Color information
#002C42 (or 0x002C42) is known color: Blue Whale. HEX triplet: 00, 2C and 42. RGB value is (0,44,66). Sum of RGB (Red+Green+Blue) = 0+44+66=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #002C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C42 is #FFD3BD. Grayscale: #212121. Windows color (decimal): -16765886 or 4336640. OLE color: 4336640.
HSL color Cylindrical-coordinate representation of color #002C42: hue angle of 200º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C42 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 44 | 66 | - |
| CMYK | 1 | 0.33 | 0 | 0.74 |
| HSL | 200º | 1% | 0.13% | - |
| HSV(B) | 200º | 1% | 0.26% | - |
| XYZ | 1.88 | 2.19 | 5.48 | - |
| YUV | 33.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 66 | 1 | 0.33 | 0 | 0.74 | 200 | 1 | 0.13 |
| Hex | 0 | 2C | 42 | 64 | 21 | 0 | 4A | C8 | 64 | D |
| Octal | 0 | 54 | 102 | 144 | 41 | 0 | 112 | 310 | 144 | 15 |
| Binary | 0 | 101100 | 1000010 | 1100100 | 100001 | 0 | 1001010 | 11001000 | 1100100 | 1101 |
Color Harmonies of #002C42
Complementary color
Monochromatic Colors of #002C42
Black with #002C42
Text Example
Text Example
White with #002C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C42; }
p { color: rgb(0,44,66); }
H1.HeaderClassName
{
color: #002C42;
}
.AnyTagClassName
{
color: #002C42;
}
</style>
background-color css
<style>
a { background-color: #002C42; }
a { background-color: rgb(0,44,66); }
div.DivClassName
{
background-color: #002C42;
}
.BgClassName
{
background-color: #002C42;
}
</style>
border-color css
<style>
span { border-color: #002C42; }
span { border-color: rgb(0,44,66); }
td.TdClassName
{
border-color: #002C42;
}
.TagClassName
{
border-color: #002C42;
}
</style>