#142334

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

Shades of Tangaroa #142334

Tints of Tangaroa #142334

Color information

#142334 (or 0x142334) is unknown color: approx Tangaroa. HEX triplet: 14, 23 and 34. RGB value is (20,35,52). Sum of RGB (Red+Green+Blue) = 20+35+52=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #142334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142334 is #EBDCCB. Grayscale: #202020. Windows color (decimal): -15457484 or 3416852. OLE color: 3416852.

HSL color Cylindrical-coordinate representation of color #142334: hue angle of 211.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142334 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB203552-
CMYK0.620.3300.80
HSL211.88º44.44%14.12%-
HSV(B)211.88º61.54%20.39%-
XYZ1.511.63.48-
YUV32.45139.03119.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=18.69%
G=32.71%
B=48.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2035520.620.3300.80211.8844.4414.12
Hex1423343E21050d42ce
Octal244364764101203245416
Binary1010010001111010011111010000101010000110101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142334; }

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

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

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

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

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

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

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

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