Html Css Color HEX #043137 Nordic

📋 copy color: '#043137'

red 4 ◦ green 49 ◦ blue 55

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

Shades of Nordic #043137

Tints of Nordic #043137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 45.37%

 BLUE value IS 55 (21.88% from 255) = 50.93%

R = 3.7%
G = 45.37%
B = 50.93%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#043137 (or 0x043137) is known color: Nordic. HEX triplet: 04, 31 and 37. RGB value is (4,49,55). Sum of RGB (Red+Green+Blue) = 4+49+55=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #043137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043137 is #FBCEC8. Grayscale: #242424. Windows color (decimal): -16502473 or 3617028. OLE color: 3617028.

HSL color Cylindrical-coordinate representation of color #043137: hue angle of 187.06º degrees, saturation: 0.86, 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 #043137 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 49 55 -
CMYK 0.93 0.11 0 0.78
HSL 187.06º 0.86% 0.12% -
HSV(B) 187.06º 0.93% 0.22% -
XYZ 1.84 2.5 4 -
YUV 36.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 4 49 55 0.93 0.11 0 0.78 187.06 0.86 0.12
Hex 4 31 37 5D B 0 4E BB 56 C
Octal 4 61 67 135 13 0 116 273 126 14
Binary 100 110001 110111 1011101 1011 0 1001110 10111011 1010110 1100

Color Harmonies of #043137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043137

Black with #043137

Text Example


Text Example

White with #043137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043137; }

 p { color: rgb(4,49,55); }

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

background-color css

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

 a { background-color: rgb(4,49,55); }

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

border-color css

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

 span { border-color: rgb(4,49,55); }

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