#1E2A36

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

Shades of Tangaroa #1E2A36

Tints of Tangaroa #1E2A36

Color information

#1E2A36 (or 0x1E2A36) is unknown color: approx Tangaroa. HEX triplet: 1E, 2A and 36. RGB value is (30,42,54). Sum of RGB (Red+Green+Blue) = 30+42+54=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E2A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2A36 is #E1D5C9. Grayscale: #272727. Windows color (decimal): -14800330 or 3549726. OLE color: 3549726.

HSL color Cylindrical-coordinate representation of color #1E2A36: hue angle of 210º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E2A36 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB304254-
CMYK0.440.2200.79
HSL210º28.57%16.47%-
HSV(B)210º44.44%21.18%-
XYZ2.032.23.81-
YUV39.78136.02121.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.81%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 42.86%
R=23.81%
G=33.33%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3042540.440.2200.7921028.5716.47
Hex1E2A362C1604Fd21d10
Octal365266542601173223520
Binary111101010101101101011001011001001111110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,42,54); }

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

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

 a { background-color: rgb(30,42,54); }

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

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

 span { border-color: rgb(30,42,54); }

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