#073447

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

Shades of Blue Whale #073447

Tints of Blue Whale #073447

Color information

#073447 (or 0x073447) is unknown color: approx Blue Whale. HEX triplet: 07, 34 and 47. RGB value is (7,52,71). Sum of RGB (Red+Green+Blue) = 7+52+71=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #073447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073447 is #F8CBB8. Grayscale: #282828. Windows color (decimal): -16305081 or 4666375. OLE color: 4666375.

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

Color convert

RGB75271-
CMYK0.900.2700.72
HSL197.81º82.05%15.29%-
HSV(B)197.81º90.14%27.84%-
XYZ2.452.966.4-
YUV40.71145.09103.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=5.38%
G=40%
B=54.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal752710.900.2700.72197.8182.0515.29
Hex734475A1B048c652f
Octal76410713233011030612217
Binary1111101001000111101101011011010010001100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073447; }

 p { color: rgb(7,52,71); }

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

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

 a { background-color: rgb(7,52,71); }

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

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

 span { border-color: rgb(7,52,71); }

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