#073749

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

Shades of Blue Whale #073749

Tints of Blue Whale #073749

Color information

#073749 (or 0x073749) is unknown color: approx Blue Whale. HEX triplet: 07, 37 and 49. RGB value is (7,55,73). Sum of RGB (Red+Green+Blue) = 7+55+73=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #073749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073749 is #F8C8B6. Grayscale: #2A2A2A. Windows color (decimal): -16304311 or 4798215. OLE color: 4798215.

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

Color convert

RGB75573-
CMYK0.900.2500.71
HSL196.36º82.5%15.69%-
HSV(B)196.36º90.41%28.63%-
XYZ2.663.266.79-
YUV42.7145.1102.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 73 (28.91% from 255) = 54.07%
R=5.19%
G=40.74%
B=54.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal755730.900.2500.71196.3682.515.69
Hex737495A19047c45210
Octal76711113231010730412220
Binary11111011110010011011010110010100011111000100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073749; }

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

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

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

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

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

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

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

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