#043243

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

Shades of Blue Whale #043243

Tints of Blue Whale #043243

Color information

#043243 (or 0x043243) is unknown color: approx Blue Whale. HEX triplet: 04, 32 and 43. RGB value is (4,50,67). Sum of RGB (Red+Green+Blue) = 4+50+67=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #043243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043243 is #FBCDBC. Grayscale: #262626. Windows color (decimal): -16502205 or 4403716. OLE color: 4403716.

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

Color convert

RGB45067-
CMYK0.940.2500.74
HSL196.19º88.73%13.92%-
HSV(B)196.19º94.03%26.27%-
XYZ2.22.715.72-
YUV38.18144.26103.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 67 (26.56% from 255) = 55.37%
R=3.31%
G=41.32%
B=55.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal450670.940.2500.74196.1988.7313.92
Hex432435E1904Ac459e
Octal46210313631011230413116
Binary1001100101000011101111011001010010101100010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043243; }

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

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

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

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

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

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

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

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