#042C3F

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

Shades of Blue Whale #042C3F

Tints of Blue Whale #042C3F

Color information

#042C3F (or 0x042C3F) is unknown color: approx Blue Whale. HEX triplet: 04, 2C and 3F. RGB value is (4,44,63). Sum of RGB (Red+Green+Blue) = 4+44+63=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #042C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C3F is #FBD3C0. Grayscale: #222222. Windows color (decimal): -16503745 or 4140036. OLE color: 4140036.

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

Color convert

RGB44463-
CMYK0.940.3000.75
HSL199.32º88.06%13.14%-
HSV(B)199.32º93.65%24.71%-
XYZ1.852.195.03-
YUV34.21144.25106.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 63 (25% from 255) = 56.76%
R=3.60%
G=39.64%
B=56.76%

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
Decimal444630.940.3000.75199.3288.0613.14
Hex42C3F5E1E04Bc758d
Octal4547713636011330713015
Binary100101100111111101111011110010010111100011110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,44,63); }

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

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

 a { background-color: rgb(4,44,63); }

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

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

 span { border-color: rgb(4,44,63); }

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