#043044

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

Shades of Blue Whale #043044

Tints of Blue Whale #043044

Color information

#043044 (or 0x043044) is unknown color: approx Blue Whale. HEX triplet: 04, 30 and 44. RGB value is (4,48,68). Sum of RGB (Red+Green+Blue) = 4+48+68=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #043044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043044 is #FBCFBB. Grayscale: #252525. Windows color (decimal): -16502716 or 4468740. OLE color: 4468740.

HSL color Cylindrical-coordinate representation of color #043044: hue angle of 198.75º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043044 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB44868-
CMYK0.940.2900.73
HSL198.75º88.89%14.12%-
HSV(B)198.75º94.12%26.67%-
XYZ2.152.565.85-
YUV37.12145.42104.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.33%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 68 (26.95% from 255) = 56.67%
R=3.33%
G=40%
B=56.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal448680.940.2900.73198.7588.8914.12
Hex430445E1D049c759e
Octal46010413635011130713116
Binary1001100001000100101111011101010010011100011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043044; }

 p { color: rgb(4,48,68); }

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

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

 a { background-color: rgb(4,48,68); }

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

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

 span { border-color: rgb(4,48,68); }

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