#073246

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

Shades of Blue Whale #073246

Tints of Blue Whale #073246

Color information

#073246 (or 0x073246) is unknown color: approx Blue Whale. HEX triplet: 07, 32 and 46. RGB value is (7,50,70). Sum of RGB (Red+Green+Blue) = 7+50+70=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #073246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073246 is #F8CDB9. Grayscale: #272727. Windows color (decimal): -16305594 or 4600327. OLE color: 4600327.

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

Color convert

RGB75070-
CMYK0.900.2900.73
HSL199.05º81.82%15.1%-
HSV(B)199.05º90%27.45%-
XYZ2.332.776.21-
YUV39.42145.25104.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 70 (27.73% from 255) = 55.12%
R=5.51%
G=39.37%
B=55.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal750700.900.2900.73199.0581.8215.1
Hex732465A1D049c752f
Octal76210613235011130712217
Binary1111100101000110101101011101010010011100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073246; }

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

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

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

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

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

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

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

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