Shades of Blue Whale #03304A
Tints of Blue Whale #03304A
RGB
CMYK
RGB Variations
Color information
#03304A (or 0x03304A) is known color: Blue Whale. HEX triplet: 03, 30 and 4A. RGB value is (3,48,74). Sum of RGB (Red+Green+Blue) = 3+48+74=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #03304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03304A is #FCCFB5. Grayscale: #252525. Windows color (decimal): -16568246 or 4861955. OLE color: 4861955.
HSL color Cylindrical-coordinate representation of color #03304A: hue angle of 201.97º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03304A is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 48 | 74 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.71 |
| HSL | 201.97º | 0.92% | 0.15% | - |
| HSV(B) | 201.97º | 0.96% | 0.29% | - |
| XYZ | 2.33 | 2.63 | 6.86 | - |
| YUV | 37.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 74 | 0.96 | 0.35 | 0 | 0.71 | 201.97 | 0.92 | 0.15 |
| Hex | 3 | 30 | 4A | 60 | 23 | 0 | 47 | CA | 5C | F |
| Octal | 3 | 60 | 112 | 140 | 43 | 0 | 107 | 312 | 134 | 17 |
| Binary | 11 | 110000 | 1001010 | 1100000 | 100011 | 0 | 1000111 | 11001010 | 1011100 | 1111 |
Color Harmonies of #03304A
Complementary color
Monochromatic Colors of #03304A
Black with #03304A
Text Example
Text Example
White with #03304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03304A; }
p { color: rgb(3,48,74); }
H1.HeaderClassName
{
color: #03304A;
}
.AnyTagClassName
{
color: #03304A;
}
</style>
background-color css
<style>
a { background-color: #03304A; }
a { background-color: rgb(3,48,74); }
div.DivClassName
{
background-color: #03304A;
}
.BgClassName
{
background-color: #03304A;
}
</style>
border-color css
<style>
span { border-color: #03304A; }
span { border-color: rgb(3,48,74); }
td.TdClassName
{
border-color: #03304A;
}
.TagClassName
{
border-color: #03304A;
}
</style>