#042941

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

Shades of Tangaroa #042941

Tints of Tangaroa #042941

Color information

#042941 (or 0x042941) is unknown color: approx Tangaroa. HEX triplet: 04, 29 and 41. RGB value is (4,41,65). Sum of RGB (Red+Green+Blue) = 4+41+65=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #042941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042941 is #FBD6BE. Grayscale: #202020. Windows color (decimal): -16504511 or 4270340. OLE color: 4270340.

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

Color convert

RGB44165-
CMYK0.940.3700.75
HSL203.61º88.41%13.53%-
HSV(B)203.61º93.85%25.49%-
XYZ1.81.995.29-
YUV32.67146.24107.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 65 (25.78% from 255) = 59.09%
R=3.64%
G=37.27%
B=59.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal441650.940.3700.75203.6188.4113.53
Hex429415E2504Bcc58e
Octal45110113645011331413016
Binary10010100110000011011110100101010010111100110010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042941; }

 p { color: rgb(4,41,65); }

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

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

 a { background-color: rgb(4,41,65); }

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

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

 span { border-color: rgb(4,41,65); }

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