#042241

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

Shades of Tangaroa #042241

Tints of Tangaroa #042241

Color information

#042241 (or 0x042241) is unknown color: approx Tangaroa. HEX triplet: 04, 22 and 41. RGB value is (4,34,65). Sum of RGB (Red+Green+Blue) = 4+34+65=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #042241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042241 is #FBDDBE. Grayscale: #1C1C1C. Windows color (decimal): -16506303 or 4268548. OLE color: 4268548.

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

Color convert

RGB43465-
CMYK0.940.4800.75
HSL210.49º88.41%13.53%-
HSV(B)210.49º93.85%25.49%-
XYZ1.581.555.22-
YUV28.56148.56110.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 65 (25.78% from 255) = 63.11%
R=3.88%
G=33.01%
B=63.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal434650.940.4800.75210.4988.4113.53
Hex422415E3004Bd258e
Octal44210113660011332213016
Binary10010001010000011011110110000010010111101001010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042241; }

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

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

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

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

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

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

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

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