#073347

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

Shades of Blue Whale #073347

Tints of Blue Whale #073347

Color information

#073347 (or 0x073347) is unknown color: approx Blue Whale. HEX triplet: 07, 33 and 47. RGB value is (7,51,71). Sum of RGB (Red+Green+Blue) = 7+51+71=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #073347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073347 is #F8CCB8. Grayscale: #282828. Windows color (decimal): -16305337 or 4666119. OLE color: 4666119.

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

Color convert

RGB75171-
CMYK0.900.2800.72
HSL198.75º82.05%15.29%-
HSV(B)198.75º90.14%27.84%-
XYZ2.412.876.39-
YUV40.12145.42104.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 71 (28.12% from 255) = 55.04%
R=5.43%
G=39.53%
B=55.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal751710.900.2800.72198.7582.0515.29
Hex733475A1C048c752f
Octal76310713234011030712217
Binary1111100111000111101101011100010010001100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073347; }

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

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

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

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

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

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

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

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