Html Css Color HEX #042E39 Nordic

📋 copy color: '#042E39'

red 4 ◦ green 46 ◦ blue 57

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

Shades of Nordic #042E39

Tints of Nordic #042E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 53.27%

R = 3.74%
G = 42.99%
B = 53.27%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#042E39 (or 0x042E39) is known color: Nordic. HEX triplet: 04, 2E and 39. RGB value is (4,46,57). Sum of RGB (Red+Green+Blue) = 4+46+57=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #042E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E39 is #FBD1C6. Grayscale: #222222. Windows color (decimal): -16503239 or 3747332. OLE color: 3747332.

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

Color convert

RGB 4 46 57 -
CMYK 0.93 0.19 0 0.78
HSL 192.45º 0.87% 0.12% -
HSV(B) 192.45º 0.93% 0.22% -
XYZ 1.77 2.28 4.22 -
YUV 34.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 4 46 57 0.93 0.19 0 0.78 192.45 0.87 0.12
Hex 4 2E 39 5D 13 0 4E C0 57 C
Octal 4 56 71 135 23 0 116 300 127 14
Binary 100 101110 111001 1011101 10011 0 1001110 11000000 1010111 1100

Color Harmonies of #042E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E39

Black with #042E39

Text Example


Text Example

White with #042E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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