#1E3A49

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

Shades of Tarawera #1E3A49

Tints of Tarawera #1E3A49

Color information

#1E3A49 (or 0x1E3A49) is unknown color: approx Tarawera. HEX triplet: 1E, 3A and 49. RGB value is (30,58,73). Sum of RGB (Red+Green+Blue) = 30+58+73=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E3A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3A49 is #E1C5B6. Grayscale: #333333. Windows color (decimal): -14796215 or 4799006. OLE color: 4799006.

HSL color Cylindrical-coordinate representation of color #1E3A49: hue angle of 200.93º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E3A49 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB305873-
CMYK0.590.2100.71
HSL200.93º41.75%20.2%-
HSV(B)200.93º58.9%28.63%-
XYZ3.253.786.86-
YUV51.34140.22112.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=18.63%
G=36.02%
B=45.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3058730.590.2100.71200.9341.7520.2
Hex1E3A493B15047c92a14
Octal3672111732501073115224
Binary11110111010100100111101110101010001111100100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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