#043241

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

Shades of Blue Whale #043241

Tints of Blue Whale #043241

Color information

#043241 (or 0x043241) is unknown color: approx Blue Whale. HEX triplet: 04, 32 and 41. RGB value is (4,50,65). Sum of RGB (Red+Green+Blue) = 4+50+65=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #043241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043241 is #FBCDBE. Grayscale: #252525. Windows color (decimal): -16502207 or 4272644. OLE color: 4272644.

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

Color convert

RGB45065-
CMYK0.940.2300.75
HSL194.75º88.41%13.53%-
HSV(B)194.75º93.85%25.49%-
XYZ2.142.695.41-
YUV37.96143.26103.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=3.36%
G=42.02%
B=54.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal450650.940.2300.75194.7588.4113.53
Hex432415E1704Bc358e
Octal46210113627011330313016
Binary1001100101000001101111010111010010111100001110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043241; }

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

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

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

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

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

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

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

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