Html Css Color HEX #042E32 Nordic

📋 copy color: '#042E32'

red 4 ◦ green 46 ◦ blue 50

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

Shades of Nordic #042E32

Tints of Nordic #042E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 46%

 BLUE value IS 50 (19.92% from 255) = 50%

R = 4%
G = 46%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#042E32 (or 0x042E32) is known color: Nordic. HEX triplet: 04, 2E and 32. RGB value is (4,46,50). Sum of RGB (Red+Green+Blue) = 4+46+50=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #042E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E32 is #FBD1CD. Grayscale: #212121. Windows color (decimal): -16503246 or 3288580. OLE color: 3288580.

HSL color Cylindrical-coordinate representation of color #042E32: hue angle of 185.22º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042E32 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 46 50 -
CMYK 0.92 0.08 0 0.80
HSL 185.22º 0.85% 0.11% -
HSV(B) 185.22º 0.92% 0.2% -
XYZ 1.6 2.21 3.36 -
YUV 33.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 4 46 50 0.92 0.08 0 0.80 185.22 0.85 0.11
Hex 4 2E 32 5C 8 0 50 B9 55 B
Octal 4 56 62 134 10 0 120 271 125 13
Binary 100 101110 110010 1011100 1000 0 1010000 10111001 1010101 1011

Color Harmonies of #042E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E32

Black with #042E32

Text Example


Text Example

White with #042E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,46,50); }

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

background-color css

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

 a { background-color: rgb(4,46,50); }

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

border-color css

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

 span { border-color: rgb(4,46,50); }

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