#1E3A40

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

Shades of Nordic #1E3A40

Tints of Nordic #1E3A40

Color information

#1E3A40 (or 0x1E3A40) is unknown color: approx Nordic. HEX triplet: 1E, 3A and 40. RGB value is (30,58,64). Sum of RGB (Red+Green+Blue) = 30+58+64=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3A40 is #E1C5BF. Grayscale: #323232. Windows color (decimal): -14796224 or 4209182. OLE color: 4209182.

HSL color Cylindrical-coordinate representation of color #1E3A40: hue angle of 190.59º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E3A40 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB305864-
CMYK0.530.0900.75
HSL190.59º36.17%18.43%-
HSV(B)190.59º53.12%25.1%-
XYZ2.973.675.4-
YUV50.31135.72113.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.74%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=19.74%
G=38.16%
B=42.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3058640.530.0900.75190.5936.1718.43
Hex1E3A4035904Bbf2412
Octal3672100651101132774422
Binary1111011101010000001101011001010010111011111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,58,64); }

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

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

 a { background-color: rgb(30,58,64); }

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

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

 span { border-color: rgb(30,58,64); }

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