Html Css Color HEX #042C3D Tangaroa

📋 copy color: '#042C3D'

red 4 ◦ green 44 ◦ blue 61

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

Shades of Tangaroa #042C3D

Tints of Tangaroa #042C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 55.96%

R = 3.67%
G = 40.37%
B = 55.96%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#042C3D (or 0x042C3D) is known color: Tangaroa. HEX triplet: 04, 2C and 3D. RGB value is (4,44,61). Sum of RGB (Red+Green+Blue) = 4+44+61=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #042C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C3D is #FBD3C2. Grayscale: #212121. Windows color (decimal): -16503747 or 4008964. OLE color: 4008964.

HSL color Cylindrical-coordinate representation of color #042C3D: hue angle of 197.89º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042C3D is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 44 61 -
CMYK 0.93 0.28 0 0.76
HSL 197.89º 0.88% 0.13% -
HSV(B) 197.89º 0.93% 0.24% -
XYZ 1.79 2.16 4.74 -
YUV 33.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 4 44 61 0.93 0.28 0 0.76 197.89 0.88 0.13
Hex 4 2C 3D 5D 1C 0 4C C6 58 D
Octal 4 54 75 135 34 0 114 306 130 15
Binary 100 101100 111101 1011101 11100 0 1001100 11000110 1011000 1101

Color Harmonies of #042C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C3D

Black with #042C3D

Text Example


Text Example

White with #042C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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