Html Css Color HEX #042340 Tangaroa

📋 copy color: '#042340'

red 4 ◦ green 35 ◦ blue 64

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

Shades of Tangaroa #042340

Tints of Tangaroa #042340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 62.14%

R = 3.88%
G = 33.98%
B = 62.14%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042340 (or 0x042340) is known color: Tangaroa. HEX triplet: 04, 23 and 40. RGB value is (4,35,64). Sum of RGB (Red+Green+Blue) = 4+35+64=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #042340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042340 is #FBDCBF. Grayscale: #1C1C1C. Windows color (decimal): -16506048 or 4203268. OLE color: 4203268.

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

Color convert

RGB 4 35 64 -
CMYK 0.94 0.45 0 0.75
HSL 209º 0.88% 0.13% -
HSV(B) 209º 0.94% 0.25% -
XYZ 1.58 1.6 5.08 -
YUV 29.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 4 35 64 0.94 0.45 0 0.75 209 0.88 0.13
Hex 4 23 40 5E 2D 0 4B D1 58 D
Octal 4 43 100 136 55 0 113 321 130 15
Binary 100 100011 1000000 1011110 101101 0 1001011 11010001 1011000 1101

Color Harmonies of #042340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042340

Black with #042340

Text Example


Text Example

White with #042340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042340; }

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

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

background-color css

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

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

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

border-color css

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

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

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