#043348

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

Shades of Blue Whale #043348

Tints of Blue Whale #043348

Color information

#043348 (or 0x043348) is unknown color: approx Blue Whale. HEX triplet: 04, 33 and 48. RGB value is (4,51,72). Sum of RGB (Red+Green+Blue) = 4+51+72=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #043348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043348 is #FBCCB7. Grayscale: #272727. Windows color (decimal): -16501944 or 4731652. OLE color: 4731652.

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

Color convert

RGB45172-
CMYK0.940.2900.72
HSL198.53º89.47%14.9%-
HSV(B)198.53º94.44%28.24%-
XYZ2.42.866.56-
YUV39.34146.43102.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 72 (28.52% from 255) = 56.69%
R=3.15%
G=40.16%
B=56.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal451720.940.2900.72198.5389.4714.9
Hex433485E1D048c759f
Octal46311013635011030713117
Binary1001100111001000101111011101010010001100011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043348; }

 p { color: rgb(4,51,72); }

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

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

 a { background-color: rgb(4,51,72); }

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

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

 span { border-color: rgb(4,51,72); }

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