#043247

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

Shades of Blue Whale #043247

Tints of Blue Whale #043247

Color information

#043247 (or 0x043247) is unknown color: approx Blue Whale. HEX triplet: 04, 32 and 47. RGB value is (4,50,71). Sum of RGB (Red+Green+Blue) = 4+50+71=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #043247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043247 is #FBCDB8. Grayscale: #262626. Windows color (decimal): -16502201 or 4665860. OLE color: 4665860.

HSL color Cylindrical-coordinate representation of color #043247: hue angle of 198.81º 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 #043247 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB45071-
CMYK0.940.3000.72
HSL198.81º89.33%14.71%-
HSV(B)198.81º94.37%27.84%-
XYZ2.332.766.37-
YUV38.64146.26103.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 71 (28.12% from 255) = 56.8%
R=3.2%
G=40%
B=56.8%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal450710.940.3000.72198.8189.3314.71
Hex432475E1E048c759f
Octal46210713636011030713117
Binary1001100101000111101111011110010010001100011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043247; }

 p { color: rgb(4,50,71); }

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

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

 a { background-color: rgb(4,50,71); }

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

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

 span { border-color: rgb(4,50,71); }

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