Html Css Color HEX #042C39 Tangaroa

📋 copy color: '#042C39'

red 4 ◦ green 44 ◦ blue 57

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

Shades of Tangaroa #042C39

Tints of Tangaroa #042C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 41.9%

 BLUE value IS 57 (22.66% from 255) = 54.29%

R = 3.81%
G = 41.9%
B = 54.29%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#042C39 (or 0x042C39) is known color: Tangaroa. HEX triplet: 04, 2C and 39. RGB value is (4,44,57). Sum of RGB (Red+Green+Blue) = 4+44+57=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #042C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C39 is #FBD3C6. Grayscale: #212121. Windows color (decimal): -16503751 or 3746820. OLE color: 3746820.

HSL color Cylindrical-coordinate representation of color #042C39: hue angle of 194.72º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042C39 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 44 57 -
CMYK 0.93 0.23 0 0.78
HSL 194.72º 0.87% 0.12% -
HSV(B) 194.72º 0.93% 0.22% -
XYZ 1.69 2.12 4.19 -
YUV 33.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 4 44 57 0.93 0.23 0 0.78 194.72 0.87 0.12
Hex 4 2C 39 5D 17 0 4E C3 57 C
Octal 4 54 71 135 27 0 116 303 127 14
Binary 100 101100 111001 1011101 10111 0 1001110 11000011 1010111 1100

Color Harmonies of #042C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C39

Black with #042C39

Text Example


Text Example

White with #042C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042C39; }

 p { color: rgb(4,44,57); }

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

background-color css

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

 a { background-color: rgb(4,44,57); }

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

border-color css

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

 span { border-color: rgb(4,44,57); }

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