#042D40

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

Shades of Blue Whale #042D40

Tints of Blue Whale #042D40

Color information

#042D40 (or 0x042D40) is unknown color: approx Blue Whale. HEX triplet: 04, 2D and 40. RGB value is (4,45,64). Sum of RGB (Red+Green+Blue) = 4+45+64=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #042D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D40 is #FBD2BF. Grayscale: #222222. Windows color (decimal): -16503488 or 4205828. OLE color: 4205828.

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

Color convert

RGB44564-
CMYK0.940.3000.75
HSL199º88.24%13.33%-
HSV(B)199º93.75%25.1%-
XYZ1.912.275.19-
YUV34.91144.42105.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=3.54%
G=39.82%
B=56.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal445640.940.3000.7519988.2413.33
Hex42D405E1E04Bc758d
Octal45510013636011330713015
Binary1001011011000000101111011110010010111100011110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042D40; }

 p { color: rgb(4,45,64); }

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

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

 a { background-color: rgb(4,45,64); }

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

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

 span { border-color: rgb(4,45,64); }

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