#003049

Color #003049 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #003049

Tints of Blue Whale #003049

Color information

#003049 (or 0x003049) is unknown color: approx Blue Whale. HEX triplet: 00, 30 and 49. RGB value is (0,48,73). Sum of RGB (Red+Green+Blue) = 0+48+73=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #003049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003049 is #FFCFB6. Grayscale: #242424. Windows color (decimal): -16764855 or 4796416. OLE color: 4796416.

HSL color Cylindrical-coordinate representation of color #003049: hue angle of 200.55º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003049 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB04873-
CMYK10.3400.71
HSL200.55º100%14.31%-
HSV(B)200.55º100%28.63%-
XYZ2.262.596.69-
YUV36.5148.6101.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 73 (28.91% from 255) = 60.33%
R=0%
G=39.67%
B=60.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0487310.3400.71200.5510014.31
Hex030496422047c964e
Octal06011114442010731114416
Binary011000010010011100100100010010001111100100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003049; }

 p { color: rgb(0,48,73); }

 H1.HeaderClassName
 {
   color: #003049;
 }
 .AnyTagClassName
 {
   color: #003049;
 }
</style>
background-color css

<style>
 a { background-color: #003049; }

 a { background-color: rgb(0,48,73); }

 div.DivClassName
 {
   background-color: #003049;
 }
 .BgClassName
 {
   background-color: #003049;
 }
</style>
border-color css

<style>
 span { border-color: #003049; }

 span { border-color: rgb(0,48,73); }

 td.TdClassName
 {
   border-color: #003049;
 }
 .TagClassName
 {
   border-color: #003049;
 }
</style>