#073444

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

Shades of Blue Whale #073444

Tints of Blue Whale #073444

Color information

#073444 (or 0x073444) is unknown color: approx Blue Whale. HEX triplet: 07, 34 and 44. RGB value is (7,52,68). Sum of RGB (Red+Green+Blue) = 7+52+68=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #073444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073444 is #F8CBBB. Grayscale: #282828. Windows color (decimal): -16305084 or 4469767. OLE color: 4469767.

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

Color convert

RGB75268-
CMYK0.900.2400.73
HSL195.74º81.33%14.71%-
HSV(B)195.74º89.71%26.67%-
XYZ2.362.925.91-
YUV40.37143.59104.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 68 (26.95% from 255) = 53.54%
R=5.51%
G=40.94%
B=53.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal752680.900.2400.73195.7481.3314.71
Hex734445A18049c451f
Octal76410413230011130412117
Binary1111101001000100101101011000010010011100010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073444; }

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

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

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

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

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

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

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

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