Html Css Color HEX #042B3F Tangaroa

📋 copy color: '#042B3F'

red 4 ◦ green 43 ◦ blue 63

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

Shades of Tangaroa #042B3F

Tints of Tangaroa #042B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 57.27%

R = 3.64%
G = 39.09%
B = 57.27%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042B3F (or 0x042B3F) is known color: Tangaroa. HEX triplet: 04, 2B and 3F. RGB value is (4,43,63). Sum of RGB (Red+Green+Blue) = 4+43+63=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #042B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B3F is #FBD4C0. Grayscale: #212121. Windows color (decimal): -16504001 or 4139780. OLE color: 4139780.

HSL color Cylindrical-coordinate representation of color #042B3F: hue angle of 200.34º 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 #042B3F is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 43 63 -
CMYK 0.94 0.32 0 0.75
HSL 200.34º 0.88% 0.13% -
HSV(B) 200.34º 0.94% 0.25% -
XYZ 1.81 2.11 5.01 -
YUV 33.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 4 43 63 0.94 0.32 0 0.75 200.34 0.88 0.13
Hex 4 2B 3F 5E 20 0 4B C8 58 D
Octal 4 53 77 136 40 0 113 310 130 15
Binary 100 101011 111111 1011110 100000 0 1001011 11001000 1011000 1101

Color Harmonies of #042B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B3F

Black with #042B3F

Text Example


Text Example

White with #042B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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