#043137

Color #043137 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #043137

Tints of Nordic #043137

Color information

#043137 (or 0x043137) is unknown color: approx 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

RGB44955-
CMYK0.930.1100.78
HSL187.06º86.44%11.57%-
HSV(B)187.06º92.73%21.57%-
XYZ1.842.54-
YUV36.23138.59105.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 55 (21.88% from 255) = 50.93%
R=3.70%
G=45.37%
B=50.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal449550.930.1100.78187.0686.4411.57
Hex431375DB04Ebb56c
Octal4616713513011627312614
Binary10011000111011110111011011010011101011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>