#1E3237

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

Shades of Nordic #1E3237

Tints of Nordic #1E3237

Color information

#1E3237 (or 0x1E3237) is unknown color: approx 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

RGB305055-
CMYK0.450.0900.78
HSL192º29.41%16.67%-
HSV(B)192º45.45%21.57%-
XYZ2.372.834.04-
YUV44.59133.87117.59-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3050550.450.0900.7819229.4116.67
Hex1E32372D904Ec01d11
Octal366267551101163003521
Binary11110110010110111101101100101001110110000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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