Html Css Color HEX #042341 Tangaroa

📋 copy color: '#042341'

red 4 ◦ green 35 ◦ blue 65

#042341
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #042341

Tints of Tangaroa #042341

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 value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042341 (or 0x042341) is known color: 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

RGB 4 35 65 -
CMYK 0.94 0.46 0 0.75
HSL 209.51º 0.88% 0.14% -
HSV(B) 209.51º 0.94% 0.25% -
XYZ 1.61 1.61 5.23 -
YUV 29.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 4 35 65 0.94 0.46 0 0.75 209.51 0.88 0.14
Hex 4 23 41 5E 2E 0 4B D2 58 E
Octal 4 43 101 136 56 0 113 322 130 16
Binary 100 100011 1000001 1011110 101110 0 1001011 11010010 1011000 1110

Color Harmonies of #042341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042341

Black with #042341

Text Example


Text Example

White with #042341

Text Example


Text Example

HTML Codes & Css Web 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>