Html Css Color HEX #1E3F46 Nordic

📋 copy color: '#1E3F46'

red 30 ◦ green 63 ◦ blue 70

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

Shades of Nordic #1E3F46

Tints of Nordic #1E3F46

RGB

 RED value IS 30 (12.11% from 255) = 18.4%

 GREEN value IS 63 (25% from 255) = 38.65%

 BLUE value IS 70 (27.73% from 255) = 42.94%

R = 18.4%
G = 38.65%
B = 42.94%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1E3F46 (or 0x1E3F46) is known color: Nordic. HEX triplet: 1E, 3F and 46. RGB value is (30,63,70). Sum of RGB (Red+Green+Blue) = 30+63+70=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E3F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F46 is #E1C0B9. Grayscale: #353535. Windows color (decimal): -14794938 or 4603678. OLE color: 4603678.

HSL color Cylindrical-coordinate representation of color #1E3F46: hue angle of 190.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E3F46 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 30 63 70 -
CMYK 0.57 0.10 0 0.73
HSL 190.5º 0.4% 0.2% -
HSV(B) 190.5º 0.57% 0.27% -
XYZ 3.42 4.27 6.44 -
YUV 53.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 30 63 70 0.57 0.10 0 0.73 190.5 0.4 0.2
Hex 1E 3F 46 39 A 0 49 BE 28 14
Octal 36 77 106 71 12 0 111 276 50 24
Binary 11110 111111 1000110 111001 1010 0 1001001 10111110 101000 10100

Color Harmonies of #1E3F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3F46

Black with #1E3F46

Text Example


Text Example

White with #1E3F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,63,70); }

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

background-color css

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

 a { background-color: rgb(30,63,70); }

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

border-color css

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

 span { border-color: rgb(30,63,70); }

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