#042C3D

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

Shades of Tangaroa #042C3D

Tints of Tangaroa #042C3D

Color information

#042C3D (or 0x042C3D) is unknown color: approx Tangaroa. HEX triplet: 04, 2C and 3D. RGB value is (4,44,61). Sum of RGB (Red+Green+Blue) = 4+44+61=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #042C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C3D is #FBD3C2. Grayscale: #212121. Windows color (decimal): -16503747 or 4008964. OLE color: 4008964.

HSL color Cylindrical-coordinate representation of color #042C3D: hue angle of 197.89º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042C3D is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB44461-
CMYK0.930.2800.76
HSL197.89º87.69%12.75%-
HSV(B)197.89º93.44%23.92%-
XYZ1.792.164.74-
YUV33.98143.25106.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 44 (17.58% from 255) = 40.37%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=3.67%
G=40.37%
B=55.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal444610.930.2800.76197.8987.6912.75
Hex42C3D5D1C04Cc658d
Octal4547513534011430613015
Binary100101100111101101110111100010011001100011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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