#042E42

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

Shades of Blue Whale #042E42

Tints of Blue Whale #042E42

Color information

#042E42 (or 0x042E42) is unknown color: approx Blue Whale. HEX triplet: 04, 2E and 42. RGB value is (4,46,66). Sum of RGB (Red+Green+Blue) = 4+46+66=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 66 (26.17% from 255 or 56.90% from 116); Max value from RGB is 66 - color contains mainly: blue. Hex color #042E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E42 is #FBD1BD. Grayscale: #232323. Windows color (decimal): -16503230 or 4337156. OLE color: 4337156.

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

Color convert

RGB44666-
CMYK0.940.3000.74
HSL199.35º88.57%13.73%-
HSV(B)199.35º93.94%25.88%-
XYZ2.012.375.51-
YUV35.72145.09105.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 66 (26.17% from 255) = 56.90%
R=3.45%
G=39.66%
B=56.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal446660.940.3000.74199.3588.5713.73
Hex42E425E1E04Ac759e
Octal45610213636011230713116
Binary1001011101000010101111011110010010101100011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,46,66); }

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

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

 a { background-color: rgb(4,46,66); }

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

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

 span { border-color: rgb(4,46,66); }

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