#042F40

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

Shades of Blue Whale #042F40

Tints of Blue Whale #042F40

Color information

#042F40 (or 0x042F40) is unknown color: approx Blue Whale. HEX triplet: 04, 2F and 40. RGB value is (4,47,64). Sum of RGB (Red+Green+Blue) = 4+47+64=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #042F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F40 is #FBD0BF. Grayscale: #232323. Windows color (decimal): -16502976 or 4206340. OLE color: 4206340.

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

Color convert

RGB44764-
CMYK0.940.2700.75
HSL197º88.24%13.33%-
HSV(B)197º93.75%25.1%-
XYZ1.992.435.21-
YUV36.08143.75105.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=3.48%
G=40.87%
B=55.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal447640.940.2700.7519788.2413.33
Hex42F405E1B04Bc558d
Octal45710013633011330513015
Binary1001011111000000101111011011010010111100010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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