Html Css Color HEX #042E34 Nordic

📋 copy color: '#042E34'

red 4 ◦ green 46 ◦ blue 52

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

Shades of Nordic #042E34

Tints of Nordic #042E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 50.98%

R = 3.92%
G = 45.1%
B = 50.98%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#042E34 (or 0x042E34) is known color: Nordic. HEX triplet: 04, 2E and 34. RGB value is (4,46,52). Sum of RGB (Red+Green+Blue) = 4+46+52=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #042E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E34 is #FBD1CB. Grayscale: #222222. Windows color (decimal): -16503244 or 3419652. OLE color: 3419652.

HSL color Cylindrical-coordinate representation of color #042E34: hue angle of 187.5º degrees, saturation: 0.86, 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 #042E34 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 46 52 -
CMYK 0.92 0.12 0 0.80
HSL 187.5º 0.86% 0.11% -
HSV(B) 187.5º 0.92% 0.2% -
XYZ 1.65 2.23 3.59 -
YUV 34.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 4 46 52 0.92 0.12 0 0.80 187.5 0.86 0.11
Hex 4 2E 34 5C C 0 50 BC 56 B
Octal 4 56 64 134 14 0 120 274 126 13
Binary 100 101110 110100 1011100 1100 0 1010000 10111100 1010110 1011

Color Harmonies of #042E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E34

Black with #042E34

Text Example


Text Example

White with #042E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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