#073546

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

Shades of Blue Whale #073546

Tints of Blue Whale #073546

Color information

#073546 (or 0x073546) is unknown color: approx Blue Whale. HEX triplet: 07, 35 and 46. RGB value is (7,53,70). Sum of RGB (Red+Green+Blue) = 7+53+70=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #073546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073546 is #F8CAB9. Grayscale: #292929. Windows color (decimal): -16304826 or 4601095. OLE color: 4601095.

HSL color Cylindrical-coordinate representation of color #073546: hue angle of 196.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073546 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB75370-
CMYK0.900.2400.73
HSL196.19º81.82%15.1%-
HSV(B)196.19º90%27.45%-
XYZ2.473.036.25-
YUV41.18144.26103.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 70 (27.73% from 255) = 53.85%
R=5.38%
G=40.77%
B=53.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal753700.900.2400.73196.1981.8215.1
Hex735465A18049c452f
Octal76510613230011130412217
Binary1111101011000110101101011000010010011100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073546; }

 p { color: rgb(7,53,70); }

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

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

 a { background-color: rgb(7,53,70); }

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

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

 span { border-color: rgb(7,53,70); }

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