Shades of Blue Whale #032A48
Tints of Blue Whale #032A48
RGB
CMYK
RGB Variations
Color information
#032A48 (or 0x032A48) is known color: Blue Whale. HEX triplet: 03, 2A and 48. RGB value is (3,42,72). Sum of RGB (Red+Green+Blue) = 3+42+72=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #032A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A48 is #FCD5B7. Grayscale: #212121. Windows color (decimal): -16569784 or 4729347. OLE color: 4729347.
HSL color Cylindrical-coordinate representation of color #032A48: hue angle of 206.09º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032A48 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 42 | 72 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.72 |
| HSL | 206.09º | 0.92% | 0.15% | - |
| HSV(B) | 206.09º | 0.96% | 0.28% | - |
| XYZ | 2.04 | 2.14 | 6.44 | - |
| YUV | 33.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 72 | 0.96 | 0.42 | 0 | 0.72 | 206.09 | 0.92 | 0.15 |
| Hex | 3 | 2A | 48 | 60 | 2A | 0 | 48 | CE | 5C | F |
| Octal | 3 | 52 | 110 | 140 | 52 | 0 | 110 | 316 | 134 | 17 |
| Binary | 11 | 101010 | 1001000 | 1100000 | 101010 | 0 | 1001000 | 11001110 | 1011100 | 1111 |
Color Harmonies of #032A48
Complementary color
Monochromatic Colors of #032A48
Black with #032A48
Text Example
Text Example
White with #032A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A48; }
p { color: rgb(3,42,72); }
H1.HeaderClassName
{
color: #032A48;
}
.AnyTagClassName
{
color: #032A48;
}
</style>
background-color css
<style>
a { background-color: #032A48; }
a { background-color: rgb(3,42,72); }
div.DivClassName
{
background-color: #032A48;
}
.BgClassName
{
background-color: #032A48;
}
</style>
border-color css
<style>
span { border-color: #032A48; }
span { border-color: rgb(3,42,72); }
td.TdClassName
{
border-color: #032A48;
}
.TagClassName
{
border-color: #032A48;
}
</style>