#1E3537

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

Shades of Nordic #1E3537

Tints of Nordic #1E3537

Color information

#1E3537 (or 0x1E3537) is unknown color: approx Nordic. HEX triplet: 1E, 35 and 37. RGB value is (30,53,55). Sum of RGB (Red+Green+Blue) = 30+53+55=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E3537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3537 is #E1CAC8. Grayscale: #2E2E2E. Windows color (decimal): -14797513 or 3618078. OLE color: 3618078.

HSL color Cylindrical-coordinate representation of color #1E3537: hue angle of 184.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E3537 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB305355-
CMYK0.450.0400.78
HSL184.8º29.41%16.67%-
HSV(B)184.8º45.45%21.57%-
XYZ2.53.14.08-
YUV46.35132.88116.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.74%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=21.74%
G=38.41%
B=39.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3053550.450.0400.78184.829.4116.67
Hex1E35372D404Eb91d11
Octal36656755401162713521
Binary1111011010111011110110110001001110101110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E3537; }

 p { color: rgb(30,53,55); }

 H1.HeaderClassName
 {
   color: #1E3537;
 }
 .AnyTagClassName
 {
   color: #1E3537;
 }
</style>
background-color css

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

 a { background-color: rgb(30,53,55); }

 div.DivClassName
 {
   background-color: #1E3537;
 }
 .BgClassName
 {
   background-color: #1E3537;
 }
</style>
border-color css

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

 span { border-color: rgb(30,53,55); }

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