Shades of Blue Whale #002C48
Tints of Blue Whale #002C48
RGB
CMYK
RGB Variations
Color information
#002C48 (or 0x002C48) is known color: Blue Whale. HEX triplet: 00, 2C and 48. RGB value is (0,44,72). Sum of RGB (Red+Green+Blue) = 0+44+72=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #002C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C48 is #FFD3B7. Grayscale: #212121. Windows color (decimal): -16765880 or 4729856. OLE color: 4729856.
HSL color Cylindrical-coordinate representation of color #002C48: hue angle of 203.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C48 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 44 | 72 | - |
| CMYK | 1 | 0.39 | 0 | 0.72 |
| HSL | 203.33º | 1% | 0.14% | - |
| HSV(B) | 203.33º | 1% | 0.28% | - |
| XYZ | 2.07 | 2.27 | 6.46 | - |
| YUV | 34.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 72 | 1 | 0.39 | 0 | 0.72 | 203.33 | 1 | 0.14 |
| Hex | 0 | 2C | 48 | 64 | 27 | 0 | 48 | CB | 64 | E |
| Octal | 0 | 54 | 110 | 144 | 47 | 0 | 110 | 313 | 144 | 16 |
| Binary | 0 | 101100 | 1001000 | 1100100 | 100111 | 0 | 1001000 | 11001011 | 1100100 | 1110 |
Color Harmonies of #002C48
Complementary color
Monochromatic Colors of #002C48
Black with #002C48
Text Example
Text Example
White with #002C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C48; }
p { color: rgb(0,44,72); }
H1.HeaderClassName
{
color: #002C48;
}
.AnyTagClassName
{
color: #002C48;
}
</style>
background-color css
<style>
a { background-color: #002C48; }
a { background-color: rgb(0,44,72); }
div.DivClassName
{
background-color: #002C48;
}
.BgClassName
{
background-color: #002C48;
}
</style>
border-color css
<style>
span { border-color: #002C48; }
span { border-color: rgb(0,44,72); }
td.TdClassName
{
border-color: #002C48;
}
.TagClassName
{
border-color: #002C48;
}
</style>