#042341

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

Shades of Tangaroa #042341

Tints of Tangaroa #042341

Color information

#042341 (or 0x042341) is unknown color: approx Tangaroa. HEX triplet: 04, 23 and 41. RGB value is (4,35,65). Sum of RGB (Red+Green+Blue) = 4+35+65=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #042341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042341 is #FBDCBE. Grayscale: #1D1D1D. Windows color (decimal): -16506047 or 4268804. OLE color: 4268804.

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

Color convert

RGB43565-
CMYK0.940.4600.75
HSL209.51º88.41%13.53%-
HSV(B)209.51º93.85%25.49%-
XYZ1.611.615.23-
YUV29.15148.23110.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 65 (25.78% from 255) = 62.5%
R=3.85%
G=33.65%
B=62.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal435650.940.4600.75209.5188.4113.53
Hex423415E2E04Bd258e
Octal44310113656011332213016
Binary10010001110000011011110101110010010111101001010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042341; }

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

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

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

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

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

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

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

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