Shades of Blue Whale #002C3F
Tints of Blue Whale #002C3F
RGB
CMYK
RGB Variations
Color information
#002C3F (or 0x002C3F) is known color: Blue Whale. HEX triplet: 00, 2C and 3F. RGB value is (0,44,63). Sum of RGB (Red+Green+Blue) = 0+44+63=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #002C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C3F is #FFD3C0. Grayscale: #202020. Windows color (decimal): -16765889 or 4140032. OLE color: 4140032.
HSL color Cylindrical-coordinate representation of color #002C3F: hue angle of 198.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C3F is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 44 | 63 | - |
| CMYK | 1 | 0.30 | 0 | 0.75 |
| HSL | 198.1º | 1% | 0.12% | - |
| HSV(B) | 198.1º | 1% | 0.25% | - |
| XYZ | 1.8 | 2.16 | 5.02 | - |
| YUV | 33.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 63 | 1 | 0.30 | 0 | 0.75 | 198.1 | 1 | 0.12 |
| Hex | 0 | 2C | 3F | 64 | 1E | 0 | 4B | C6 | 64 | C |
| Octal | 0 | 54 | 77 | 144 | 36 | 0 | 113 | 306 | 144 | 14 |
| Binary | 0 | 101100 | 111111 | 1100100 | 11110 | 0 | 1001011 | 11000110 | 1100100 | 1100 |
Color Harmonies of #002C3F
Complementary color
Monochromatic Colors of #002C3F
Black with #002C3F
Text Example
Text Example
White with #002C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C3F; }
p { color: rgb(0,44,63); }
H1.HeaderClassName
{
color: #002C3F;
}
.AnyTagClassName
{
color: #002C3F;
}
</style>
background-color css
<style>
a { background-color: #002C3F; }
a { background-color: rgb(0,44,63); }
div.DivClassName
{
background-color: #002C3F;
}
.BgClassName
{
background-color: #002C3F;
}
</style>
border-color css
<style>
span { border-color: #002C3F; }
span { border-color: rgb(0,44,63); }
td.TdClassName
{
border-color: #002C3F;
}
.TagClassName
{
border-color: #002C3F;
}
</style>