#073649

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

Shades of Blue Whale #073649

Tints of Blue Whale #073649

Color information

#073649 (or 0x073649) is unknown color: approx Blue Whale. HEX triplet: 07, 36 and 49. RGB value is (7,54,73). Sum of RGB (Red+Green+Blue) = 7+54+73=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #073649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073649 is #F8C9B6. Grayscale: #292929. Windows color (decimal): -16304567 or 4797959. OLE color: 4797959.

HSL color Cylindrical-coordinate representation of color #073649: hue angle of 197.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073649 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB75473-
CMYK0.900.2600.71
HSL197.27º82.5%15.69%-
HSV(B)197.27º90.41%28.63%-
XYZ2.613.166.78-
YUV42.11145.43102.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 73 (28.91% from 255) = 54.48%
R=5.22%
G=40.30%
B=54.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal754730.900.2600.71197.2782.515.69
Hex736495A1A047c55210
Octal76611113232010730512220
Binary11111011010010011011010110100100011111000101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073649; }

 p { color: rgb(7,54,73); }

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

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

 a { background-color: rgb(7,54,73); }

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

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

 span { border-color: rgb(7,54,73); }

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