#073344

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

Shades of Blue Whale #073344

Tints of Blue Whale #073344

Color information

#073344 (or 0x073344) is unknown color: approx Blue Whale. HEX triplet: 07, 33 and 44. RGB value is (7,51,68). Sum of RGB (Red+Green+Blue) = 7+51+68=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #073344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073344 is #F8CCBB. Grayscale: #272727. Windows color (decimal): -16305340 or 4469511. OLE color: 4469511.

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

Color convert

RGB75168-
CMYK0.900.2500.73
HSL196.72º81.33%14.71%-
HSV(B)196.72º89.71%26.67%-
XYZ2.312.835.89-
YUV39.78143.92104.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 68 (26.95% from 255) = 53.97%
R=5.56%
G=40.48%
B=53.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal751680.900.2500.73196.7281.3314.71
Hex733445A19049c551f
Octal76310413231011130512117
Binary1111100111000100101101011001010010011100010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073344; }

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

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

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

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

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

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

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

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