#142336

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

Shades of Tangaroa #142336

Tints of Tangaroa #142336

Color information

#142336 (or 0x142336) is unknown color: approx Tangaroa. HEX triplet: 14, 23 and 36. RGB value is (20,35,54). Sum of RGB (Red+Green+Blue) = 20+35+54=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #142336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142336 is #EBDCC9. Grayscale: #202020. Windows color (decimal): -15457482 or 3547924. OLE color: 3547924.

HSL color Cylindrical-coordinate representation of color #142336: hue angle of 213.53º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142336 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB203554-
CMYK0.630.3500.79
HSL213.53º45.95%14.51%-
HSV(B)213.53º62.96%21.18%-
XYZ1.561.623.72-
YUV32.68140.03118.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=18.35%
G=32.11%
B=49.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2035540.630.3500.79213.5345.9514.51
Hex1423363F2304Fd62ef
Octal244366774301173265617
Binary1010010001111011011111110001101001111110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142336; }

 p { color: rgb(20,35,54); }

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

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

 a { background-color: rgb(20,35,54); }

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

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

 span { border-color: rgb(20,35,54); }

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