#073648

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

Shades of Blue Whale #073648

Tints of Blue Whale #073648

Color information

#073648 (or 0x073648) is unknown color: approx Blue Whale. HEX triplet: 07, 36 and 48. RGB value is (7,54,72). Sum of RGB (Red+Green+Blue) = 7+54+72=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #073648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073648 is #F8C9B7. Grayscale: #292929. Windows color (decimal): -16304568 or 4732423. OLE color: 4732423.

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

Color convert

RGB75472-
CMYK0.900.2500.72
HSL196.62º82.28%15.49%-
HSV(B)196.62º90.28%28.24%-
XYZ2.583.156.6-
YUV42144.93103.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=5.26%
G=40.60%
B=54.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal754720.900.2500.72196.6282.2815.49
Hex736485A19048c552f
Octal76611013231011030512217
Binary1111101101001000101101011001010010001100010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073648; }

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

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

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

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

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

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

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

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