#073448

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

Shades of Blue Whale #073448

Tints of Blue Whale #073448

Color information

#073448 (or 0x073448) is unknown color: approx Blue Whale. HEX triplet: 07, 34 and 48. RGB value is (7,52,72). Sum of RGB (Red+Green+Blue) = 7+52+72=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #073448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073448 is #F8CBB7. Grayscale: #282828. Windows color (decimal): -16305080 or 4731911. OLE color: 4731911.

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

Color convert

RGB75272-
CMYK0.900.2800.72
HSL198.46º82.28%15.49%-
HSV(B)198.46º90.28%28.24%-
XYZ2.492.976.57-
YUV40.82145.59103.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=5.34%
G=39.69%
B=54.96%

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
Decimal752720.900.2800.72198.4682.2815.49
Hex734485A1C048c652f
Octal76411013234011030612217
Binary1111101001001000101101011100010010001100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073448; }

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

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

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

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

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

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

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

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