#003249

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

Shades of Blue Whale #003249

Tints of Blue Whale #003249

Color information

#003249 (or 0x003249) is unknown color: approx Blue Whale. HEX triplet: 00, 32 and 49. RGB value is (0,50,73). Sum of RGB (Red+Green+Blue) = 0+50+73=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #003249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003249 is #FFCDB6. Grayscale: #252525. Windows color (decimal): -16764343 or 4796928. OLE color: 4796928.

HSL color Cylindrical-coordinate representation of color #003249: hue angle of 198.9º 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 #003249 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB05073-
CMYK10.3200.71
HSL198.9º100%14.31%-
HSV(B)198.9º100%28.63%-
XYZ2.342.766.71-
YUV37.67147.94101.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 73 (28.91% from 255) = 59.35%
R=0%
G=40.65%
B=59.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0507310.3200.71198.910014.31
Hex032496420047c764e
Octal06211114440010730714416
Binary011001010010011100100100000010001111100011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003249; }

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

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

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

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

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

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

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

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