Shades of Blue Whale #033345
Tints of Blue Whale #033345
RGB
CMYK
RGB Variations
Color information
#033345 (or 0x033345) is known color: Blue Whale. HEX triplet: 03, 33 and 45. RGB value is (3,51,69). Sum of RGB (Red+Green+Blue) = 3+51+69=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #033345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033345 is #FCCCBA. Grayscale: #262626. Windows color (decimal): -16567483 or 4535043. OLE color: 4535043.
HSL color Cylindrical-coordinate representation of color #033345: hue angle of 196.36º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033345 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 51 | 69 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.73 |
| HSL | 196.36º | 0.92% | 0.14% | - |
| HSV(B) | 196.36º | 0.96% | 0.27% | - |
| XYZ | 2.3 | 2.82 | 6.05 | - |
| YUV | 38.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 69 | 0.96 | 0.26 | 0 | 0.73 | 196.36 | 0.92 | 0.14 |
| Hex | 3 | 33 | 45 | 60 | 1A | 0 | 49 | C4 | 5C | E |
| Octal | 3 | 63 | 105 | 140 | 32 | 0 | 111 | 304 | 134 | 16 |
| Binary | 11 | 110011 | 1000101 | 1100000 | 11010 | 0 | 1001001 | 11000100 | 1011100 | 1110 |
Color Harmonies of #033345
Complementary color
Monochromatic Colors of #033345
Black with #033345
Text Example
Text Example
White with #033345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033345; }
p { color: rgb(3,51,69); }
H1.HeaderClassName
{
color: #033345;
}
.AnyTagClassName
{
color: #033345;
}
</style>
background-color css
<style>
a { background-color: #033345; }
a { background-color: rgb(3,51,69); }
div.DivClassName
{
background-color: #033345;
}
.BgClassName
{
background-color: #033345;
}
</style>
border-color css
<style>
span { border-color: #033345; }
span { border-color: rgb(3,51,69); }
td.TdClassName
{
border-color: #033345;
}
.TagClassName
{
border-color: #033345;
}
</style>