Html Css Color HEX #1E3237 Nordic

📋 copy color: '#1E3237'

red 30 ◦ green 50 ◦ blue 55

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

Shades of Nordic #1E3237

Tints of Nordic #1E3237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

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

R = 22.22%
G = 37.04%
B = 40.74%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E3237 (or 0x1E3237) is known color: Nordic. HEX triplet: 1E, 32 and 37. RGB value is (30,50,55). Sum of RGB (Red+Green+Blue) = 30+50+55=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E3237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3237 is #E1CDC8. Grayscale: #2C2C2C. Windows color (decimal): -14798281 or 3617310. OLE color: 3617310.

HSL color Cylindrical-coordinate representation of color #1E3237: hue angle of 192º 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 #1E3237 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 50 55 -
CMYK 0.45 0.09 0 0.78
HSL 192º 0.29% 0.17% -
HSV(B) 192º 0.45% 0.22% -
XYZ 2.37 2.83 4.04 -
YUV 44.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 30 50 55 0.45 0.09 0 0.78 192 0.29 0.17
Hex 1E 32 37 2D 9 0 4E C0 1D 11
Octal 36 62 67 55 11 0 116 300 35 21
Binary 11110 110010 110111 101101 1001 0 1001110 11000000 11101 10001

Color Harmonies of #1E3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3237

Black with #1E3237

Text Example


Text Example

White with #1E3237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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