Html Css Color HEX #042B3D Tangaroa

📋 copy color: '#042B3D'

red 4 ◦ green 43 ◦ blue 61

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

Shades of Tangaroa #042B3D

Tints of Tangaroa #042B3D

RGB

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

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

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

R = 3.7%
G = 39.81%
B = 56.48%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#042B3D (or 0x042B3D) is known color: Tangaroa. HEX triplet: 04, 2B and 3D. RGB value is (4,43,61). Sum of RGB (Red+Green+Blue) = 4+43+61=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #042B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B3D is #FBD4C2. Grayscale: #212121. Windows color (decimal): -16504003 or 4008708. OLE color: 4008708.

HSL color Cylindrical-coordinate representation of color #042B3D: hue angle of 198.95º 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 #042B3D is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 43 61 -
CMYK 0.93 0.30 0 0.76
HSL 198.95º 0.88% 0.13% -
HSV(B) 198.95º 0.93% 0.24% -
XYZ 1.76 2.09 4.73 -
YUV 33.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 4 43 61 0.93 0.30 0 0.76 198.95 0.88 0.13
Hex 4 2B 3D 5D 1E 0 4C C7 58 D
Octal 4 53 75 135 36 0 114 307 130 15
Binary 100 101011 111101 1011101 11110 0 1001100 11000111 1011000 1101

Color Harmonies of #042B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B3D

Black with #042B3D

Text Example


Text Example

White with #042B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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