#142C3D

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

Shades of Tangaroa #142C3D

Tints of Tangaroa #142C3D

Color information

#142C3D (or 0x142C3D) is unknown color: approx Tangaroa. HEX triplet: 14, 2C and 3D. RGB value is (20,44,61). Sum of RGB (Red+Green+Blue) = 20+44+61=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #142C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C3D is #EBD3C2. Grayscale: #262626. Windows color (decimal): -15455171 or 4008980. OLE color: 4008980.

HSL color Cylindrical-coordinate representation of color #142C3D: hue angle of 204.88º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #142C3D is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB204461-
CMYK0.670.2800.76
HSL204.88º50.62%15.88%-
HSV(B)204.88º67.21%23.92%-
XYZ2.032.294.75-
YUV38.76140.55114.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 44 (17.58% from 255) = 35.2%
BLUE value IS 61 (24.22% from 255) = 48.8%
R=16%
G=35.2%
B=48.8%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2044610.670.2800.76204.8850.6215.88
Hex142C3D431C04Ccd3310
Octal2454751033401143156320
Binary10100101100111101100001111100010011001100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142C3D; }

 p { color: rgb(20,44,61); }

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

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

 a { background-color: rgb(20,44,61); }

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

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

 span { border-color: rgb(20,44,61); }

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