Html Css Color HEX #042B3A Tangaroa

📋 copy color: '#042B3A'

red 4 ◦ green 43 ◦ blue 58

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

Shades of Tangaroa #042B3A

Tints of Tangaroa #042B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 40.95%

 BLUE value IS 58 (23.05% from 255) = 55.24%

R = 3.81%
G = 40.95%
B = 55.24%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#042B3A (or 0x042B3A) is known color: Tangaroa. HEX triplet: 04, 2B and 3A. RGB value is (4,43,58). Sum of RGB (Red+Green+Blue) = 4+43+58=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #042B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B3A is #FBD4C5. Grayscale: #202020. Windows color (decimal): -16504006 or 3812100. OLE color: 3812100.

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

Color convert

RGB 4 43 58 -
CMYK 0.93 0.26 0 0.77
HSL 196.67º 0.87% 0.12% -
HSV(B) 196.67º 0.93% 0.23% -
XYZ 1.68 2.06 4.31 -
YUV 33.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 4 43 58 0.93 0.26 0 0.77 196.67 0.87 0.12
Hex 4 2B 3A 5D 1A 0 4D C5 57 C
Octal 4 53 72 135 32 0 115 305 127 14
Binary 100 101011 111010 1011101 11010 0 1001101 11000101 1010111 1100

Color Harmonies of #042B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B3A

Black with #042B3A

Text Example


Text Example

White with #042B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,43,58); }

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

background-color css

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

 a { background-color: rgb(4,43,58); }

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

border-color css

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

 span { border-color: rgb(4,43,58); }

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