Html Css Color HEX #042343 Tangaroa

📋 copy color: '#042343'

red 4 ◦ green 35 ◦ blue 67

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

Shades of Tangaroa #042343

Tints of Tangaroa #042343

RGB

 RED value IS 4 (1.95% from 255) = 3.77%

 GREEN value IS 35 (14.06% from 255) = 33.02%

 BLUE value IS 67 (26.56% from 255) = 63.21%

R = 3.77%
G = 33.02%
B = 63.21%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#042343 (or 0x042343) is known color: Tangaroa. HEX triplet: 04, 23 and 43. RGB value is (4,35,67). Sum of RGB (Red+Green+Blue) = 4+35+67=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #042343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042343 is #FBDCBC. Grayscale: #1D1D1D. Windows color (decimal): -16506045 or 4399876. OLE color: 4399876.

HSL color Cylindrical-coordinate representation of color #042343: hue angle of 210.48º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042343 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 35 67 -
CMYK 0.94 0.48 0 0.74
HSL 210.48º 0.89% 0.14% -
HSV(B) 210.48º 0.94% 0.26% -
XYZ 1.66 1.63 5.54 -
YUV 29.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 4 35 67 0.94 0.48 0 0.74 210.48 0.89 0.14
Hex 4 23 43 5E 30 0 4A D2 59 E
Octal 4 43 103 136 60 0 112 322 131 16
Binary 100 100011 1000011 1011110 110000 0 1001010 11010010 1011001 1110

Color Harmonies of #042343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042343

Black with #042343

Text Example


Text Example

White with #042343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042343; }

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

 H1.HeaderClassName
 {
   color: #042343;
 }
 .AnyTagClassName
 {
   color: #042343;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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