#073349

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

Shades of Blue Whale #073349

Tints of Blue Whale #073349

Color information

#073349 (or 0x073349) is unknown color: approx Blue Whale. HEX triplet: 07, 33 and 49. RGB value is (7,51,73). Sum of RGB (Red+Green+Blue) = 7+51+73=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #073349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073349 is #F8CCB6. Grayscale: #282828. Windows color (decimal): -16305335 or 4797191. OLE color: 4797191.

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

Color convert

RGB75173-
CMYK0.900.3000.71
HSL200º82.5%15.69%-
HSV(B)200º90.41%28.63%-
XYZ2.472.896.73-
YUV40.35146.42104.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 73 (28.91% from 255) = 55.73%
R=5.34%
G=38.93%
B=55.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal751730.900.3000.7120082.515.69
Hex733495A1E047c85210
Octal76311113236010731012220
Binary11111001110010011011010111100100011111001000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073349; }

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

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

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

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

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

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

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

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